From 005e284d59a6f975b9f464a86a99afb74590ee26 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 14 Jul 2025 21:04:24 -0700 Subject: [PATCH] Tweaks --- config/waybar/style.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 1286bc2..108d8d3 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,3 +1,5 @@ +@import "../omarchy/current/theme/waybar.css"; + * { background-color: @background; color: @foreground; @@ -23,7 +25,6 @@ margin: 0 1.5px; } -#custom-dropbox, #tray, #cpu, #battery, @@ -33,7 +34,7 @@ #clock, #custom-power-menu { min-width: 12px; - margin: 0 10px; + margin: 0 7.5px; } #custom-expand-icon { @@ -43,9 +44,3 @@ tooltip { padding: 2px; } - -tooltip label { - padding: 2px; -} - -@import "../omarchy/current/theme/waybar.css";