From b3782b9b669a965ee849dba3ade8cbc14f8b989f Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 15 Aug 2026 13:17:01 +0100 Subject: Font Awesome icon changes. --- .config/cow/scripts/idleinhibit.sh | 2 +- .config/cow/scripts/keyboard-layout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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}')" -- cgit v1.3