mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 08:23:07 +02:00
fix: lack of volume no longer shows red color
This commit is contained in:
parent
5178df0946
commit
e398332af2
@ -7,7 +7,6 @@ mute=$(pactl get-sink-mute @DEFAULT_SINK@ | awk '{print $2}')
|
||||
# Determine icon and color based on mute status
|
||||
if [ "$mute" = "yes" ]; then
|
||||
icon="🔇" # Muted
|
||||
color="#FF5555" # Red
|
||||
else
|
||||
icon="🔊" # Volume icon
|
||||
color="#50FA7B" # Green
|
||||
|
||||
Loading…
Reference in New Issue
Block a user