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/keyboard-layout.sh | |
| parent | 36805b8eb111a144a3c201bbed69da5a7ea5bae5 (diff) | |
Added an extra space between the icon and the text.
Diffstat (limited to '.config/cow/scripts/keyboard-layout.sh')
| -rwxr-xr-x | .config/cow/scripts/keyboard-layout.sh | 2 |
1 files changed, 1 insertions, 1 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}')" |
