From 6336508b9def73d36f5543433858bcb7a176f9d1 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 27 Feb 2023 13:16:02 +0100 Subject: font should happen in xmobar --- config/X/xmonad/autostart/getvolume.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/X/xmonad') diff --git a/config/X/xmonad/autostart/getvolume.sh b/config/X/xmonad/autostart/getvolume.sh index ee2509e..1683db8 100755 --- a/config/X/xmonad/autostart/getvolume.sh +++ b/config/X/xmonad/autostart/getvolume.sh @@ -5,16 +5,16 @@ do muted=$(pamixer --get-mute) if [[ "$muted" == "true" ]] then - icon="" + icon="" elif [ $string -gt 49 ] then - icon="" + icon="" elif [ $string -eq 0 ] then - icon="" + icon="" elif [ $string -lt 50 ] then - icon="" + icon="" fi echo "${string}% $icon" > $HOME/.config/xmobar/scripts/volume-pipe done -- cgit v1.2.3