Compare commits
No commits in common. "24cddd91f5dd4bf0dc81a035f8070ede8b5abe09" and "af6b859b2b3ac4e659a46bc4af24368beb6ea1e7" have entirely different histories.
24cddd91f5
...
af6b859b2b
3 changed files with 4 additions and 21 deletions
|
@ -166,6 +166,10 @@ window-rule {
|
|||
inactive-color "#aa0000"
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match is-active=false
|
||||
opacity 0.9
|
||||
}
|
||||
window-rule {
|
||||
draw-border-with-background false
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
"tray",
|
||||
"idle_inhibitor",
|
||||
"power-profiles-daemon",
|
||||
|
@ -45,15 +44,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mpris": {
|
||||
"format": "♪ - {status_icon}{title}",
|
||||
"format-stopped": "",
|
||||
"tooltip-format": "{dynamic}",
|
||||
"status-icons": {
|
||||
"paused": " "
|
||||
},
|
||||
"dynamic-separator": "\n"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 4,
|
||||
"reverse-direction": true
|
||||
|
|
|
@ -61,7 +61,6 @@ button:hover {
|
|||
color: #15161e;
|
||||
}
|
||||
|
||||
#mpris,
|
||||
#clock,
|
||||
#battery,
|
||||
#network,
|
||||
|
@ -156,13 +155,3 @@ label:focus {
|
|||
padding: 0 2px;
|
||||
color: #15161e;
|
||||
}
|
||||
|
||||
#mpris.playing {
|
||||
background-color: #9ece6a;
|
||||
color: #15161e;
|
||||
}
|
||||
|
||||
#mpris.paused {
|
||||
background-color: #e0af68;
|
||||
color: #15161e;
|
||||
}
|
Loading…
Add table
Reference in a new issue