This commit is contained in:
Sakooooo 2023-08-04 22:28:26 +03:00
parent 7fdcf392cf
commit dc53bc39d2
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -30,13 +30,8 @@ battery() {
}
audio() {
get_vol=$(pamixer --get-volume)
get_mute=$(pamixer --get-mute)
if [ $get_mute = 'true' ]; then
printf "^c$blue^ 󰝟^"
else
printf "^c$blue^ 󰕾 $get_vol"
fi
get_vol=$(pamixer --get-volume-human)
printf "^c$blue^ 󰕾 $get_vol"
}
brightness() {