diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-03-21 21:47:27 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-03-21 21:47:27 +0530 |
| commit | c866ba828c2b65feec1a05863682dd78bf5d5af7 (patch) | |
| tree | 187b8dafd6312959e5f2fece7b03c8a5086eef9b /.local/bin/statusbar/sb-volume | |
| parent | 88bcaeb8b87ec78953c0633a5519dfd2e50af8aa (diff) | |
switch to dwmblocks
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)%" ] |
