From 8f06469add65d5c03bf77f247291afc8c581683d Mon Sep 17 00:00:00 2001 From: Andrew Luchuk Date: Wed, 6 May 2026 23:11:19 -0400 Subject: [PATCH] Improve styling --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9416613..a6ccb91 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,8 @@ font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 13px; min-height: 0; + + padding: 1px; } window#waybar { @@ -11,13 +13,17 @@ window#waybar { border-bottom: none; color: white; - margin: 3px; +} + +#clock { + border-radius: 0 15px 15px 0; } .modules-left, .modules-center, .modules-right { background: rgba(0,0,0,0.2); border: 1px solid white; border-radius: 15px; + margin: 6px; } tooltip {