diff options
Diffstat (limited to 'base/conkyrc-json')
-rw-r--r-- | base/conkyrc-json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/conkyrc-json b/base/conkyrc-json index 537f274..3a143ba 100644 --- a/base/conkyrc-json +++ b/base/conkyrc-json @@ -25,7 +25,7 @@ TEXT { "full_text":"RAM ${memperc}%", "color":${if_match ${memperc}<90}"\#ffffff"${else}"\#ff0000"${endif} }, -{ "full_text":"🔋 ${battery BAT0}" }, +{ "full_text":"🔋 ${battery BAT0} (${exec ~/bin/discharge_rate.sh})" }, { "full_text":"${loadavg 1}" }, |