diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 14:30:24 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 14:30:24 +0100 |
| commit | 26d6a5ac1b64b16fd33e882a16c63ae35c8c1f51 (patch) | |
| tree | d481370ef5a6648b3cd6bd76ee31765e538cff3d /.config/cow/scripts | |
| parent | d57119c26a68a0a91bbd95525312967f98202298 (diff) | |
Tidy up voulumecontrol.sh
Diffstat (limited to '.config/cow/scripts')
| -rwxr-xr-x | .config/cow/scripts/volumecontrol.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.config/cow/scripts/volumecontrol.sh b/.config/cow/scripts/volumecontrol.sh index 1bdc377..4df9a62 100755 --- a/.config/cow/scripts/volumecontrol.sh +++ b/.config/cow/scripts/volumecontrol.sh @@ -78,7 +78,6 @@ case $1 in if is_mute ; then icon="" class="muted" - text="<span color='#202020' bgcolor='#ff00aa' > $icon </span> $volume" fyi --hint=string:x-canonical-private-synchronous:volumecontrol -u normal "$icon Audio Muted" else send_notification @@ -118,10 +117,7 @@ case $1 in if is_mute || [ "$class" = 'muted' ]; then icon="" - class="muted" - text="<span color='#202020' bgcolor='#cc241d' > $icon </span> $volume" - else - text="<span color='#202020' bgcolor='#d65d0e' > $icon </span> $volume" + volume="0" fi echo "$icon $volume" |
