added eww config

This commit is contained in:
2025-02-26 12:17:04 +01:00
commit 07020f3c30
4 changed files with 146 additions and 0 deletions

30
.config/eww/widgets.scss Normal file
View File

@@ -0,0 +1,30 @@
/* Widgets */
.music {
background: transparent;
color: transparent;
&--off {
background: transparent;
color: transparent;
}
&--on {
background: #8ce513;
color: #010101;
}
&--spotify {
background: #17d860;
color: #282828;
}
&--firefox {
background: #ff6327;
color: #010101;
}
&--mpv {
background: #420042;
color: white;
}
}