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() {
|
||||
get_vol=$(pamixer --get-volume)
|
||||
get_mute=$(pamixer --get-mute)
|
||||
if [ $get_mute = 'true' ]; then
|
||||
printf "^c$blue^ ^"
|
||||
else
|
||||
get_vol=$(pamixer --get-volume-human)
|
||||
printf "^c$blue^ $get_vol"
|
||||
fi
|
||||
}
|
||||
|
||||
brightness() {
|
||||
|
|
Loading…
Reference in a new issue