From edc7198de6680ae6568549f1b713c296022515ab Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 6 May 2026 20:26:04 -0400 Subject: fix volume binds, waybar tomfoolery --- modules/user/desktop/apps/waybar/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/user/desktop/apps/waybar/style.css') diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css index cb20626..6f503ec 100644 --- a/modules/user/desktop/apps/waybar/style.css +++ b/modules/user/desktop/apps/waybar/style.css @@ -24,6 +24,7 @@ tooltip label { margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */ } + #workspaces button { background: none; box-shadow: none; @@ -50,6 +51,11 @@ tooltip label { text-shadow: inherit; } -#tray { +#backlight, #battery, #language, #tray, #wireplumber { + min-width: 2em; padding-left: 4px; } + +#battery.critical { + color: #f38ba8; +} -- cgit v1.3.1