diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-12 10:19:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-12 10:19:13 +0530 |
commit | f300ba9a9302e70dcc72523639aecc1e04feec53 (patch) | |
tree | c5082bb03ddb1e1eeab84da22cbfcb47a089f279 /.scripts/volume_level.sh | |
parent | d45546d4e53f149dc6ab2fc0e3ee020427b6c01e (diff) |
switched back to polybar
Diffstat (limited to '.scripts/volume_level.sh')
-rwxr-xr-x | .scripts/volume_level.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.scripts/volume_level.sh b/.scripts/volume_level.sh new file mode 100755 index 0000000..5aeba95 --- /dev/null +++ b/.scripts/volume_level.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pamixer --get-volume-human | tr -d '\n' |