diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-07-27 03:42:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 03:42:49 +0000 |
| commit | d8a6d891cba4217d52e325b4107072473c174e45 (patch) | |
| tree | 82386f62a8839f98aa38c05e7e54ec4572986c53 /components/volume | |
| parent | 66094a1d3561ffc61b15a5375eb59d7ec21c7951 (diff) | |
update glyphs
Diffstat (limited to 'components/volume')
| -rw-r--r-- | components/volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/volume b/components/volume index 3249774..f3ee540 100644 --- a/components/volume +++ b/components/volume @@ -1,4 +1,4 @@ #!/bin/sh vol="$(pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $SINK + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,')" -[ "$vol" = "0" ] && echo "ﱝ muted" || echo "墳 ${vol}%" +[ "$vol" = "0" ] && echo " muted" || echo " ${vol}%" |
