From f2815a860137bdda0bb2296e66507140e26c0c35 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 16 May 2026 22:38:33 +0200 Subject: [PATCH] Theme feels wrong without round corners --- themes/solitude/hyprland.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/solitude/hyprland.lua b/themes/solitude/hyprland.lua index bc452a0f..4f2b5901 100644 --- a/themes/solitude/hyprland.lua +++ b/themes/solitude/hyprland.lua @@ -14,4 +14,8 @@ hl.config({ border_inactive = inactive_border_color, }, }, + decoration = { + rounding = 6, + rounding_power = 3, + }, })