dotfiles/waybar/styles/modules/mpris.css
Benjamin Palko 4a6ae43a42 STYLING!
2024-08-09 13:30:03 -04:00

11 lines
142 B
CSS

#mpris {
background-color: @button;
}
#mpris:hover {
background-color: @button-hover;
}
#mpris.spotify {
background-color: #1db954;
}