From 7ee2743ac40576e0d52e4d4fd42869a1683bc77b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 15 Aug 2026 13:21:11 +0100 Subject: Added an extra space between the icon and the text. --- .config/cow/scripts/volumecontrol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/cow/scripts/volumecontrol.sh') 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=" $icon $volume" fi -echo "$icon $volume" +echo "$icon $volume" ;; esac -- cgit v1.3