diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-10-18 08:50:15 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-10-18 08:50:15 -0400 |
| commit | 96c782f5121d18896470582ead77dbeb8555265e (patch) | |
| tree | aa24522f0e469438facd4acf5e0066232e04b3f6 /.local/bin/statusbar/sb-volume | |
| parent | 995cff49e6c1aca486ead9c1ced973d575d44e64 (diff) | |
| download | eibhear-96c782f5121d18896470582ead77dbeb8555265e.tar.gz eibhear-96c782f5121d18896470582ead77dbeb8555265e.tar.zst eibhear-96c782f5121d18896470582ead77dbeb8555265e.zip | |
l
Diffstat (limited to '.local/bin/statusbar/sb-volume')
| -rwxr-xr-x | .local/bin/statusbar/sb-volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index dcfd0d6..3cfdc45 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -27,4 +27,4 @@ else echo 🔇 && exit fi -echo "$icon $vol%" +echo "$icon$vol%" |
