From 5d7d1c8d0265402e462e28e98371fd1367c5a911 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 18:26:11 -0500 Subject: [PATCH] fix(waybar): reduce border --- 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 8274260..99b8b9b 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-bottom: 4px solid ${palette.bgAlt}; } + window#waybar { background: ${palette.bg}; border-bottom: 2px solid ${palette.bgAlt}; } #workspaces button { background: transparent; } #workspaces button.active { box-shadow: inset 0 2px ${palette.accent}; } #workspaces button:hover { background: ${palette.bgAlt}; }