From a36af0881bd17052512110eccfd63c4c02420dc1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 18:23:01 -0500 Subject: [PATCH] fix(waybar): make it exclusive --- home/modules/ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 7eef330..3b5213f 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -11,7 +11,7 @@ let mkWaybarTheme = palette: '' * { color: ${palette.fg}; } - window#waybar { background: ${palette.bg}; border-top: 2px solid ${palette.bgAlt}; } + window#waybar { background: ${palette.bg}; border-top: 4px solid ${palette.bgAlt}; } #workspaces button { background: transparent; } #workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; } #workspaces button:hover { background: ${palette.bgAlt}; }