From 9ee53be6b298d9ecfc1f995db062fd0cd3da5b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4sman?= Date: Thu, 12 Oct 2023 22:06:59 +0300 Subject: [PATCH] Update volume icons --- plugins/volume.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/volume.sh b/plugins/volume.sh index 60d9ef80..0c9c1b05 100755 --- a/plugins/volume.sh +++ b/plugins/volume.sh @@ -7,13 +7,13 @@ if [ "$SENDER" = "volume_change" ]; then VOLUME=$INFO case $VOLUME in - [6-9][0-9]|100) ICON="墳" + [6-9][0-9]|100) ICON="󰕾" ;; - [3-5][0-9]) ICON="奔" + [3-5][0-9]) ICON="󰖀" ;; - [1-9]|[1-2][0-9]) ICON="奄" + [1-9]|[1-2][0-9]) ICON="󰕿" ;; - *) ICON="婢" + *) ICON="󰖁" esac sketchybar --set $NAME icon="$ICON" label="$VOLUME%"