diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-04-02 12:25:08 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2022-04-02 12:25:08 -0700 |
commit | b9898bdfbea847a7d7118eb9a8ea54e0c126a6ae (patch) | |
tree | 7c1ad886fdb38b2b273db2ac7cb4acc16a06daa6 | |
parent | dbd34275f3efd14bb492a21bcaaef4584880ceb1 (diff) |
Add discharge rate
-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}" }, |