STYLING!
This commit is contained in:
parent
16491f437f
commit
4a6ae43a42
4 changed files with 9 additions and 3 deletions
|
|
@ -56,7 +56,7 @@
|
|||
"format": "{}",
|
||||
"rewrite": {
|
||||
"(.*) — Mozilla Firefox": " $1",
|
||||
"~(.*)": " $1",
|
||||
"~(.*)": " $1",
|
||||
"nv": " neovim",
|
||||
},
|
||||
"separate-outputs": true,
|
||||
|
|
@ -107,12 +107,13 @@
|
|||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵",
|
||||
"spotify": "",
|
||||
},
|
||||
"interval": 1,
|
||||
"status-icons": {
|
||||
"paused": "⏸",
|
||||
},
|
||||
"dynamic-len": 72,
|
||||
"dynamic-len": 36,
|
||||
// "ignored-players": ["firefox"]
|
||||
},
|
||||
"custom/swaync": {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
text-shadow: none;
|
||||
transition: color 0.5s ease-in-out;
|
||||
transition: background-color 0.5s ease-in-out;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@define-color button @color4;
|
||||
|
|
|
|||
|
|
@ -5,3 +5,7 @@
|
|||
#mpris:hover {
|
||||
background-color: @button-hover;
|
||||
}
|
||||
|
||||
#mpris.spotify {
|
||||
background-color: #1db954;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
border: none;
|
||||
border-radius: 9999px;
|
||||
color: @button;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue