New backup 2025-07-14 23:59:06
This commit is contained in:
parent
ce7bb66e6d
commit
f0b333bdba
2 changed files with 5 additions and 2 deletions
|
@ -126,7 +126,10 @@ circular-progress {
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
.music,
|
.music {
|
||||||
|
color: $bar-module-bg-color;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
.rightgroup>label,
|
.rightgroup>label,
|
||||||
.active_window{
|
.active_window{
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
{nowplaying != "" ? "🎵${nowplaying}" : ""}))
|
{nowplaying != "" ? "🎵 ${nowplaying}" : ""}))
|
||||||
|
|
Loading…
Add table
Reference in a new issue