Does this work

This commit is contained in:
2026-05-18 16:36:44 +05:30
parent b370921034
commit 2692a446ed
17 changed files with 167 additions and 62 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#shellcheck disable=SC2068
wpctl $@
vol=$(wpctl get-volume @DEFAULT_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"