From 7ce9aa173d7d1ecd9dec8eed31980a16c0f14202 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 8 Mar 2026 14:52:28 +0800 Subject: Add system tray, volume slider, and analog clock to quickshell --- hypr/.config/hypr/scripts/mute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypr') diff --git a/hypr/.config/hypr/scripts/mute b/hypr/.config/hypr/scripts/mute index 7d17b92..ad61d7d 100755 --- a/hypr/.config/hypr/scripts/mute +++ b/hypr/.config/hypr/scripts/mute @@ -7,7 +7,7 @@ pactl set-sink-mute @DEFAULT_SINK@ toggle MUTE=$(pactl get-sink-mute @DEFAULT_SINK@ | awk '{print $2}') if [ "$MUTE" = "yes" ]; then - dunstify " Volume: Muted" -r 2593 -t 1000 + dunstify "󰖁 Volume: Muted" -r 2593 -t 1000 else VOLUME=$(pactl get-sink-volume @DEFAULT_SINK@ | grep -Po "\d+%" | head -1) dunstify " Volume: $VOLUME" -h int:value:${VOLUME%\%} -r 2593 -t 1000 -- cgit v1.2.3