add mpv icon

This commit is contained in:
steven 2025-04-07 02:45:36 -04:00
parent c845dc53f3
commit 864d08b447
2 changed files with 14 additions and 14 deletions

View file

@ -13,7 +13,7 @@
"class<firefox>":"",
"class<chromium>":"",
"class<signal>":"",
"class<mpv>":"mpv",
"class<mpv>":"",
"class<calibre-gui>":"Calibre",
"class<org.wireshark.Wireshark>":"Wireshark"
}

View file

@ -1,22 +1,22 @@
*{font-family:monospace;}
window#waybar {
background-color: transparent;
window#waybar{
background-color:transparent;
}
#workspaces button, #mode, #mpris, #privacy, #network, #temperature, #wireplumber, #backlight, #battery, #clock {
background-color: silver;
color: black;
border-radius: 10px;
padding: 0 8px;
margin: 0 2px;
#workspaces button,#mode,#mpris,#privacy,#network,#temperature,#wireplumber,#backlight,#battery,#clock{
background-color:silver;
color:black;
border-radius:10px;
padding:0 8px;
margin:0 2px;
}
#workspaces button.focused, #battery.charging {
background-color: darkslateblue;
color: white;
#workspaces button.focused,#battery.charging{
background-color:darkslateblue;
color:white;
}
#workspaces button.urgent, #battery.warning:not(.charging) {
background-color: firebrick;
#workspaces button.urgent,#battery.warning:not(.charging){
background-color:firebrick;
}