laptop stuff
This commit is contained in:
parent
157511dbfc
commit
fa8d9031fb
10 changed files with 62 additions and 65 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
per="$(pamixer --get-volume)"
|
||||
|
||||
if pamixer --get-mute | grep -q true; then
|
||||
if pamixer --get-mute | rg -q true; then
|
||||
icon="婢"
|
||||
elif [ "$per" -gt 66 ]; then
|
||||
icon="墳" # high
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue