From bef271f77a4aff3585c11c9cbe0d093fc96a52e3 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 11:37:39 +0100 Subject: [PATCH] quickshell: match dropdown radius to 10px Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 841afe4..98d4644 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1273,7 +1273,7 @@ in width: dropdown.fullWidth height: dropdown.open ? dropdown.fullHeight : 0 color: Theme.barBg - radius: 8 + radius: 10 topLeftRadius: 0 topRightRadius: 0 bottomRightRadius: dropdown.alignRight ? 0 : 8