This commit is contained in:
Benjamin Palko 2024-08-09 13:30:03 -04:00
parent 16491f437f
commit 4a6ae43a42
4 changed files with 9 additions and 3 deletions

View file

@ -56,7 +56,7 @@
"format": "{}", "format": "{}",
"rewrite": { "rewrite": {
"(.*) — Mozilla Firefox": "󰈹 $1", "(.*) — Mozilla Firefox": "󰈹 $1",
"~(.*)": " $1", "~(.*)": "󰅬 $1",
"nv": " neovim", "nv": " neovim",
}, },
"separate-outputs": true, "separate-outputs": true,
@ -107,12 +107,13 @@
"player-icons": { "player-icons": {
"default": "▶", "default": "▶",
"mpv": "🎵", "mpv": "🎵",
"spotify": "",
}, },
"interval": 1, "interval": 1,
"status-icons": { "status-icons": {
"paused": "⏸", "paused": "⏸",
}, },
"dynamic-len": 72, "dynamic-len": 36,
// "ignored-players": ["firefox"] // "ignored-players": ["firefox"]
}, },
"custom/swaync": { "custom/swaync": {

View file

@ -10,7 +10,7 @@
text-shadow: none; text-shadow: none;
transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out;
font-size: 18px; font-size: 16px;
} }
@define-color button @color4; @define-color button @color4;

View file

@ -5,3 +5,7 @@
#mpris:hover { #mpris:hover {
background-color: @button-hover; background-color: @button-hover;
} }
#mpris.spotify {
background-color: #1db954;
}

View file

@ -9,6 +9,7 @@
border: none; border: none;
border-radius: 9999px; border-radius: 9999px;
color: @button; color: @button;
font-size: 24px;
} }
#workspaces button.active { #workspaces button.active {