diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2024-07-15 20:09:10 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2024-07-15 20:09:10 -0700 |
commit | 3751f3cb3b7ecaa2d7fd4ac4b561e53f130e7150 (patch) | |
tree | 95bdaac23551c8a24042962ee8234d6bacbc19e5 /base/conkyrc-json | |
parent | 3cc2c70849e5d0588dfb4cffc3a2289690ab8ad4 (diff) |
Add recent changesjesterpm
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 5f01acb..523b0a4 100644 --- a/base/conkyrc-json +++ b/base/conkyrc-json @@ -29,7 +29,7 @@ TEXT { "full_text":"${loadavg 1}" }, -{ "full_text":"♪ ${exec amixer get Master | awk '/Mono/ {print substr($4, 2, index($4, "%") - 1)}'|tail -n 1}" }, +{ "full_text":"♪ ${exec amixer get Master | awk '/Left/ {print substr($5, 2, index($5, "%") - 1)}'|tail -n 1}" }, { "full_text":"${time %a %d %b %Y} ${time %H:%M:%S} ${utime %H:%M}Z", "short_text":"${time %H:%M:%S}" } |