From 229deda371422bc2aa6577dac66332c9496726ab Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Thu, 16 May 2024 21:30:10 +0500 Subject: [PATCH] changed volume icons --- .local/bin/statusbar/sb-volume | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index 3abf7ea..2785770 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -30,9 +30,9 @@ split() { vol="$(printf "%.0f" "$(split "$vol" ".")")" case 1 in - $((vol >= 70)) ) icon="󰎈 " ;; + $((vol >= 70)) ) icon="󰝚 " ;; $((vol >= 30)) ) icon="󰎈 " ;; - $((vol >= 1)) ) icon="󰎈 " ;; + $((vol >= 1)) ) icon="󰎋 " ;; * ) echo  && exit ;; esac