From 288e406e214d8f4f62a28bfd374d2fd6c02137fe Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 12:24:38 -0500 Subject: [PATCH] revert waybar styling --- home/modules/ui.nix | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index e8efe60..4f63127 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -163,6 +163,35 @@ in border-radius: 0; min-height: 0; } + + #workspaces button { + padding: 0 6px; + min-width: 24px; + } + + #language { + padding: 0 8px; + } + + #privacy, + #tray, + #pulseaudio, + #network, + #battery { + padding: 0 12px; + } + + #clock { + padding: 0 14px 0 12px; + } + + #window { + padding: 0 16px; + } + + tooltip { + border-radius: 4px; + } ''; };