changed some shit, waybar theme ig
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{status_icon} {title} - {artist}",
|
||||
"title-len": 50,
|
||||
"artist-len": 20,
|
||||
"status-icons": {
|
||||
"playing": "",
|
||||
"paused": ""
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user