changed some shit, waybar theme ig

This commit is contained in:
voidarclabs
2025-10-17 22:58:23 +01:00
parent 860d88d34a
commit dc68e4535d
4 changed files with 19 additions and 2 deletions

View File

@@ -25,6 +25,8 @@
},
"mpris": {
"format": "{status_icon} {title} - {artist}",
"title-len": 50,
"artist-len": 20,
"status-icons": {
"playing": "",
"paused": ""

View File

@@ -62,9 +62,18 @@ window#waybar {
#mpris {
font-size: 14px;
transition: color 0.5s, background-color 0.5s;
}
#mpris.paused {
color: #f2cdcd;
}
#mpris.playing {
color: rgba(30, 30, 46, 0.8);
background-color: #ca9ee6;
}
#network {
padding: 0;
padding-left: 7px;
@@ -83,6 +92,7 @@ window#waybar {
#custom-notifs {
padding-left: 8px;
padding-right: 10px;
background-color: #f9e2af;
color: #1e1e2e;
}
@@ -97,7 +107,7 @@ window#waybar {
}
#battery.charging {
color: #cdd6f4;
background-color: #40a02b;
}
#battery.critical {