Compare commits

..

2 Commits

Author SHA1 Message Date
b4f9f5d81f Make mute a lot easier to see 2024-08-29 01:22:04 -05:00
f3e4edc09b Add swww-daemon to exec stuff 2024-08-29 01:15:27 -05:00
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,2 @@
# vim: set ft=config:
exec-once = swww-daemon --format xrgb

View File

@ -78,8 +78,9 @@ window#waybar {
border-radius: 8px; border-radius: 8px;
} }
#pulseaudio.muted { #pulseaudio.muted {
border-top: 4px solid #fb4934; border-radius: 8px;
border-bottom: 4px solid transparent; background: #fb4934;
color: #282828;
} }
#tray { #tray {
padding: 0 1em; padding: 0 1em;