qtile was an adventure, but dwm is still my favorite.
This commit is contained in:
parent
e06858b8af
commit
27aadd0ed1
32 changed files with 0 additions and 0 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
icon='\uf028 '
|
||||
vol=$(pactl get-sink-volume @DEFAULT_SINK@ | awk -F' / ' '{print $2}' | tr -d '%')
|
||||
[ $(pactl get-sink-mute @DEFAULT_SINK@ | awk -F': ' '{print $2}') = yes ] || [ "$vol" -eq 0 ] && printf "$icon <span foreground='#ffffff' background='#770000'>mute</span>" || printf "$icon ${vol}%%"
|
Loading…
Add table
Add a link
Reference in a new issue