🩹 (home/eww) fix non working metric when volume was 0
This commit is contained in:
parent
b01026d707
commit
66f62f8ac9
|
@ -117,7 +117,7 @@
|
|||
|
||||
(defpoll volume
|
||||
:interval "1s"
|
||||
"wpctl get-volume @DEFAULT_AUDIO_SINK@ | tr -dc '0-9' | sed 's/^0*//'"
|
||||
"wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed 's/Volume: //' | tr -d '.'"
|
||||
)
|
||||
|
||||
(defpoll time
|
||||
|
|
Loading…
Reference in a new issue