Compare commits

..

No commits in common. "24cddd91f5dd4bf0dc81a035f8070ede8b5abe09" and "af6b859b2b3ac4e659a46bc4af24368beb6ea1e7" have entirely different histories.

3 changed files with 4 additions and 21 deletions

View file

@ -166,6 +166,10 @@ window-rule {
inactive-color "#aa0000" inactive-color "#aa0000"
} }
} }
window-rule {
match is-active=false
opacity 0.9
}
window-rule { window-rule {
draw-border-with-background false draw-border-with-background false
} }

View file

@ -14,7 +14,6 @@
"clock" "clock"
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
"idle_inhibitor", "idle_inhibitor",
"power-profiles-daemon", "power-profiles-daemon",
@ -45,15 +44,6 @@
} }
} }
}, },
"mpris": {
"format": "♪ - {status_icon}{title}",
"format-stopped": "",
"tooltip-format": "{dynamic}",
"status-icons": {
"paused": "󰏤 "
},
"dynamic-separator": "\n"
},
"tray": { "tray": {
"spacing": 4, "spacing": 4,
"reverse-direction": true "reverse-direction": true

View file

@ -61,7 +61,6 @@ button:hover {
color: #15161e; color: #15161e;
} }
#mpris,
#clock, #clock,
#battery, #battery,
#network, #network,
@ -155,14 +154,4 @@ label:focus {
#privacy-item { #privacy-item {
padding: 0 2px; padding: 0 2px;
color: #15161e; color: #15161e;
}
#mpris.playing {
background-color: #9ece6a;
color: #15161e;
}
#mpris.paused {
background-color: #e0af68;
color: #15161e;
} }