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