LMAO
This commit is contained in:
parent
7fdcf392cf
commit
dc53bc39d2
1 changed files with 2 additions and 7 deletions
|
@ -30,13 +30,8 @@ battery() {
|
||||||
}
|
}
|
||||||
|
|
||||||
audio() {
|
audio() {
|
||||||
get_vol=$(pamixer --get-volume)
|
get_vol=$(pamixer --get-volume-human)
|
||||||
get_mute=$(pamixer --get-mute)
|
|
||||||
if [ $get_mute = 'true' ]; then
|
|
||||||
printf "^c$blue^ ^"
|
|
||||||
else
|
|
||||||
printf "^c$blue^ $get_vol"
|
printf "^c$blue^ $get_vol"
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
brightness() {
|
brightness() {
|
||||||
|
|
Loading…
Reference in a new issue