From 07446b53990017a808233a210457802a3de06ce1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 11 Jan 2026 13:19:13 +0100 Subject: [PATCH] region selector: adjust cursor hint text caelestia man told me always using droplet shape makes more sense. i'm indifferent between droplet and full-round, so sure... --- .../quickshell/ii/modules/ii/regionSelector/CursorGuide.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml b/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml index 4e04d5310..0cbec1297 100644 --- a/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml +++ b/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml @@ -65,7 +65,7 @@ Item { implicitWidth: root.showDescription ? contentRow.implicitWidth + padding * 2 : implicitHeight clip: true - topLeftRadius: root.showDescription ? implicitHeight / 2 : 6 + topLeftRadius: 6 bottomLeftRadius: implicitHeight - topLeftRadius bottomRightRadius: bottomLeftRadius topRightRadius: bottomLeftRadius @@ -86,7 +86,7 @@ Item { left: parent.left leftMargin: content.padding } - spacing: 10 + spacing: 12 MaterialSymbol { anchors.verticalCenter: parent.verticalCenter