mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
statusbar: removed colors
This commit is contained in:
@@ -3,19 +3,19 @@
|
||||
vol="$(pulsemixer --get-volume | awk '{print $1}')"
|
||||
|
||||
if [ "$vol" -eq "0" ]; then
|
||||
icon="^c#FF0000^^d^"
|
||||
icon=""
|
||||
elif [ "$vol" -gt "70" ]; then
|
||||
icon=""
|
||||
else
|
||||
icon=""
|
||||
fi
|
||||
|
||||
[ "$(pulsemixer --get-mute)" = "1" ] && icon="^c#FF0000^^d^" && vol="-"
|
||||
[ "$(pulsemixer --get-mute)" = "1" ] && icon="" && vol="-"
|
||||
|
||||
if amixer get Capture | tail -2 | grep -q '\[on\]'; then
|
||||
mic=""
|
||||
else
|
||||
mic="^c#FF0000^^d^"
|
||||
mic=""
|
||||
fi
|
||||
|
||||
printf "%s %s %s\\n" "$mic" "$icon" "$vol%"
|
||||
|
Reference in New Issue
Block a user