From c845dc53f36d7645e0369197e96757a465d96bdd Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 26 Mar 2025 23:09:56 -0400 Subject: [PATCH] lil update --- waybar/config.jsonc | 3 ++- waybar/style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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) {