diff options
Diffstat (limited to '.local/bin/statusbar/sb-volume')
| -rwxr-xr-x | .local/bin/statusbar/sb-volume | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume new file mode 100755 index 0000000..eefed94 --- /dev/null +++ b/.local/bin/statusbar/sb-volume @@ -0,0 +1,2 @@ +#!/bin/sh +echo [ "$([ "$(pamixer --get-mute)" = "false" ] && printf ' ' || printf ' ')$(pamixer --get-volume)%" ] |
