diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:21:11 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:21:11 +0100 |
| commit | 7ee2743ac40576e0d52e4d4fd42869a1683bc77b (patch) | |
| tree | c357d05805fcec982b344969211c6043eff909b1 /.config/cow/scripts | |
| parent | 36805b8eb111a144a3c201bbed69da5a7ea5bae5 (diff) | |
Added an extra space between the icon and the text.
Diffstat (limited to '.config/cow/scripts')
| -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 |
