add mpv icon
This commit is contained in:
parent
c845dc53f3
commit
864d08b447
2 changed files with 14 additions and 14 deletions
|
@ -13,7 +13,7 @@
|
||||||
"class<firefox>":"",
|
"class<firefox>":"",
|
||||||
"class<chromium>":"",
|
"class<chromium>":"",
|
||||||
"class<signal>":"",
|
"class<signal>":"",
|
||||||
"class<mpv>":"mpv",
|
"class<mpv>":"",
|
||||||
"class<calibre-gui>":"Calibre",
|
"class<calibre-gui>":"Calibre",
|
||||||
"class<org.wireshark.Wireshark>":"Wireshark"
|
"class<org.wireshark.Wireshark>":"Wireshark"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
*{font-family:monospace;}
|
*{font-family:monospace;}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar{
|
||||||
background-color: transparent;
|
background-color:transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button, #mode, #mpris, #privacy, #network, #temperature, #wireplumber, #backlight, #battery, #clock {
|
#workspaces button,#mode,#mpris,#privacy,#network,#temperature,#wireplumber,#backlight,#battery,#clock{
|
||||||
background-color: silver;
|
background-color:silver;
|
||||||
color: black;
|
color:black;
|
||||||
border-radius: 10px;
|
border-radius:10px;
|
||||||
padding: 0 8px;
|
padding:0 8px;
|
||||||
margin: 0 2px;
|
margin:0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused, #battery.charging {
|
#workspaces button.focused,#battery.charging{
|
||||||
background-color: darkslateblue;
|
background-color:darkslateblue;
|
||||||
color: white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent, #battery.warning:not(.charging) {
|
#workspaces button.urgent,#battery.warning:not(.charging){
|
||||||
background-color: firebrick;
|
background-color:firebrick;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue