diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:17:01 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:17:01 +0100 |
| commit | b3782b9b669a965ee849dba3ade8cbc14f8b989f (patch) | |
| tree | 2d5ceb03419349acee82299b20f7cc645b7fd324 | |
| parent | 8839b6281018017559f742a7957da282fed16fd3 (diff) | |
Font Awesome icon changes.
| -rwxr-xr-x | .config/cow/scripts/idleinhibit.sh | 2 | ||||
| -rwxr-xr-x | .config/cow/scripts/keyboard-layout.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/cow/scripts/idleinhibit.sh b/.config/cow/scripts/idleinhibit.sh index 1196cbe..02d8b8e 100755 --- a/.config/cow/scripts/idleinhibit.sh +++ b/.config/cow/scripts/idleinhibit.sh @@ -19,7 +19,7 @@ case $1 in *) if pgrep "swayidle" > /dev/null then - icon="" + icon="" else icon="" fi diff --git a/.config/cow/scripts/keyboard-layout.sh b/.config/cow/scripts/keyboard-layout.sh index 2d9ee13..56a0f4d 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}')" |
