diff options
author | Amin Bandali <bandali@kelar.org> | 2024-08-30 17:54:01 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-08-30 17:54:01 -0400 |
commit | 63879fc37e2b7e7f4d6069dfc287a85ee758b1f8 (patch) | |
tree | 8451cb5c68db1ce7c548325578a44d1a7a236f4f /.local/bin/dmenu-pamixer | |
parent | dcb96b515fa65eee556df976375692cef48db21d (diff) | |
download | configs-63879fc37e2b7e7f4d6069dfc287a85ee758b1f8.tar.gz configs-63879fc37e2b7e7f4d6069dfc287a85ee758b1f8.tar.xz configs-63879fc37e2b7e7f4d6069dfc287a85ee758b1f8.zip |
Various updates from anahita
Diffstat (limited to '.local/bin/dmenu-pamixer')
-rwxr-xr-x | .local/bin/dmenu-pamixer | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/bin/dmenu-pamixer b/.local/bin/dmenu-pamixer deleted file mode 100755 index cd5926a..0000000 --- a/.local/bin/dmenu-pamixer +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cur=$(pamixer --get-volume) -val=$(dmenu -fn 'Source Code Pro Medium-10.5' -p "volume ($cur):" < /dev/null) -[ -n "$val" ] && pamixer --set-volume "$val" |