played with picom, added blur, border-radius, and global inactive

opacity. added icons to i3bar and roughly centered date/time. looks much
nicer
This commit is contained in:
2025-01-22 23:09:10 -05:00
parent a22fb4cd71
commit 485f926fb3
4 changed files with 34 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if [ "$(pactl get-sink-mute @DEFAULT_SINK@)" = "Mute: yes" ]; then
echo " mute"
else
echo " $(pactl get-sink-volume @DEFAULT_SINK@ | awk '{printf "%s", substr($5, 1, length($5) - 1)}')"
fi