fix(all): lots of things from work

This commit is contained in:
László Párkányi
2025-09-17 12:53:56 +02:00
parent 6bd352c596
commit f8c8b4e7c7
11 changed files with 45 additions and 33 deletions

View File

@@ -22,11 +22,11 @@ amixer get Master | grep '\[on\]' &>/dev/null
if [[ "$?" == 0 ]]; then
active="-a 1"
stext='Unmute'
sicon=''
sicon='󰕾'
else
urgent="-u 1"
stext='Mute'
sicon=''
sicon='󰸈'
fi
# Microphone Info
@@ -34,11 +34,11 @@ amixer get Capture | grep '\[on\]' &>/dev/null
if [[ "$?" == 0 ]]; then
[ -n "$active" ] && active+=",3" || active="-a 3"
mtext='Unmute'
micon=''
micon='󰍬'
else
[ -n "$urgent" ] && urgent+=",3" || urgent="-u 3"
mtext='Mute'
micon=''
micon=''
fi
# Theme Elements