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<chromium>":"",
|
||||
"class<signal>":"",
|
||||
"class<mpv>":"mpv",
|
||||
"class<mpv>":"",
|
||||
"class<calibre-gui>":"Calibre",
|
||||
"class<org.wireshark.Wireshark>":"Wireshark"
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue