diff options
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/sbar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/sbar b/home/xyz/.local/bin/sbar index 2981d683..3044fddc 100755 --- a/home/xyz/.local/bin/sbar +++ b/home/xyz/.local/bin/sbar @@ -34,7 +34,7 @@ update_vpn () { update_vol () { # $(NF-1) for both alsa and pulseaudio - vol="$(amixer get Master | awk -F'[][]' 'END{printf"%d %s",($(NF-1)=="on")?1:0,$2}')" + vol="$(amixer get Master | awk -F'[][]' 'END{printf("%d %s",($(NF-1)=="on")?1:0,$2)}')" } update_mic () { |