diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-20 15:53:22 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-20 15:53:22 +0200 |
commit | 540d1a708efe4eadd1d09290bf8049e7cb5eceb0 (patch) | |
tree | d743b8b6ac6dbaaed9fdb8e79d8cd74e8aa8303d /.local/bin/statusbar/sb-volume | |
parent | 74e1dacf46ba61f6039f4e770806c11f9b3a81f5 (diff) |
Modifications to Luke's statusbar scripts
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 61588c3..d396108 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -25,4 +25,4 @@ else icon="🔉" fi -echo "$icon$vol%" +echo "$icon $vol%" |