diff options
Diffstat (limited to '.config/cow')
| -rwxr-xr-x | .config/cow/scripts/keyboard-layout.sh | 2 | ||||
| -rwxr-xr-x | .config/cow/scripts/volumecontrol.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/cow/scripts/keyboard-layout.sh b/.config/cow/scripts/keyboard-layout.sh index 56a0f4d..4fca3fe 100755 --- a/.config/cow/scripts/keyboard-layout.sh +++ b/.config/cow/scripts/keyboard-layout.sh @@ -1,6 +1,6 @@ #!/bin/sh # Get keyboard layout name -echo " $(moocow show keyboard-layout | jq -r .data | awk -F '[()]' '{print $2}')" +echo " $(moocow show keyboard-layout | jq -r .data | awk -F '[()]' '{print $2}')" diff --git a/.config/cow/scripts/volumecontrol.sh b/.config/cow/scripts/volumecontrol.sh index 558d3e4..1bdc377 100755 --- a/.config/cow/scripts/volumecontrol.sh +++ b/.config/cow/scripts/volumecontrol.sh @@ -124,6 +124,6 @@ if is_mute || [ "$class" = 'muted' ]; then text="<span color='#202020' bgcolor='#d65d0e' > $icon </span> $volume" fi -echo "$icon $volume" +echo "$icon $volume" ;; esac |
