diff --git a/waybar/config.jsonc b/waybar/config.jsonc index d319108..3b22cb3 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -4,7 +4,7 @@ "modules-center":["mpris"], "modules-right":["privacy","network#warp","network#wifi","wireplumber","backlight","battery","clock","tray"], "sway/workspaces":{ - "format":"{name} {windows}", + "format":"{value} {windows}", "format-window-separator":" | ", "window-format":"{name}", "window-rewrite-default":"{name}", @@ -13,6 +13,7 @@ "class":"", "class":"", "class":"", + "class":"mpv", "class":"Calibre", "class":"Wireshark" } diff --git a/waybar/style.css b/waybar/style.css index 54aa8ad..1c9b461 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -13,7 +13,8 @@ window#waybar { } #workspaces button.focused, #battery.charging { - background-color: olivedrab; + background-color: darkslateblue; + color: white; } #workspaces button.urgent, #battery.warning:not(.charging) {