mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2026-04-17 18:39:54 +05:30
We've known each other for so long
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#shellcheck disable=SC2068
|
||||
wpctl $@
|
||||
vol=$(wpctl get-volume @DEFAULT_AUDIO_SINK@)
|
||||
vol=$(wpctl get-volume @DEFAULT_SINK@)
|
||||
vol_int=$(printf '%s' "$vol" | tr -cd '[:digit:]')
|
||||
vol_icon="low"
|
||||
[ "$vol_int" -gt 33 ] && vol_icon="medium"
|
||||
|
||||
Reference in New Issue
Block a user