qtile was an adventure, but dwm is still my favorite.

This commit is contained in:
Bartek Stalewski 2022-08-21 16:40:05 +02:00
parent e06858b8af
commit 27aadd0ed1
32 changed files with 0 additions and 0 deletions

View file

@ -1,4 +0,0 @@
#!/bin/bash
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 "^c#ffffff^^b#770000^mute^d^" || printf "${vol}%%"