mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 13:03:05 +02:00
fix: lack of volume no longer shows red color
This commit is contained in:
parent
42f582a6d3
commit
7f5ccd20ef
@ -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