New backup 2025-07-14 23:59:06

This commit is contained in:
Penelope Gwen 2025-07-14 23:59:06 -07:00
parent ce7bb66e6d
commit f0b333bdba
2 changed files with 5 additions and 2 deletions

View file

@ -126,7 +126,10 @@ circular-progress {
border-radius: $bar-module-border-radius;
}*/
.music,
.music {
color: $bar-module-bg-color;
background-color: transparent;
}
.rightgroup>label,
.active_window{
color: $bar-module-fg-color;

View file

@ -7,4 +7,4 @@
:orientation "h"
:space-evenly false
:halign "center"
{nowplaying != "" ? "🎵${nowplaying}" : ""}))
{nowplaying != "" ? "🎵 ${nowplaying}" : ""}))