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": "{}",
"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": {

View file

@ -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;

View file

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

View file

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