lil update
This commit is contained in:
parent
7b023d62b9
commit
c845dc53f3
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
"modules-center":["mpris"],
|
"modules-center":["mpris"],
|
||||||
"modules-right":["privacy","network#warp","network#wifi","wireplumber","backlight","battery","clock","tray"],
|
"modules-right":["privacy","network#warp","network#wifi","wireplumber","backlight","battery","clock","tray"],
|
||||||
"sway/workspaces":{
|
"sway/workspaces":{
|
||||||
"format":"{name} {windows}",
|
"format":"{value} <span size='smaller'>{windows}</span>",
|
||||||
"format-window-separator":" | ",
|
"format-window-separator":" | ",
|
||||||
"window-format":"{name}",
|
"window-format":"{name}",
|
||||||
"window-rewrite-default":"{name}",
|
"window-rewrite-default":"{name}",
|
||||||
|
@ -13,6 +13,7 @@
|
||||||
"class<firefox>":"",
|
"class<firefox>":"",
|
||||||
"class<chromium>":"",
|
"class<chromium>":"",
|
||||||
"class<signal>":"",
|
"class<signal>":"",
|
||||||
|
"class<mpv>":"mpv",
|
||||||
"class<calibre-gui>":"Calibre",
|
"class<calibre-gui>":"Calibre",
|
||||||
"class<org.wireshark.Wireshark>":"Wireshark"
|
"class<org.wireshark.Wireshark>":"Wireshark"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,8 @@ window#waybar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused, #battery.charging {
|
#workspaces button.focused, #battery.charging {
|
||||||
background-color: olivedrab;
|
background-color: darkslateblue;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent, #battery.warning:not(.charging) {
|
#workspaces button.urgent, #battery.warning:not(.charging) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue