From 4fe6181a935ff7b607613d6e611db8fbc135660e Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 6 Jul 2026 10:12:13 +0200 Subject: [PATCH] made the hw-stats bar taller, so the close button doesn't touch any borders --- desktopenvs/hyprlua/astal-menu/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprlua/astal-menu/style/style.css b/desktopenvs/hyprlua/astal-menu/style/style.css index d2f16ee..1555709 100644 --- a/desktopenvs/hyprlua/astal-menu/style/style.css +++ b/desktopenvs/hyprlua/astal-menu/style/style.css @@ -85,7 +85,7 @@ drawingarea { .quad-icon { color: @accent; font-size: 15pt; } /* minimalist system-stats line (top of the panel) */ -.statsbar { padding: 1px 8px; } +.statsbar { padding: 19px 8px; } .statsbar .stat-icon { color: @accent; font-size: 11pt; } .statsbar .stat-value { color: @text; font-size: 10pt; }