diff options
-rw-r--r-- | conky/.conkyrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc index e74d4a2..7ca1abe 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -47,6 +47,10 @@ TEXT "color" : "\#909737",\ "separator" : false\ },\ + {\ + "full_text" : "(${exec mmcli -m 0 --simple-status | grep quality | grep -o '[0-9]\+' }%)",\ + "separator" : false\ + },\ ${endif}\ ${endif}\ ${endif}\ |