From 693df8b55be37c4b0eb9111ceecebc7752879f9a Mon Sep 17 00:00:00 2001 From: Fimeg Date: Sun, 12 Jul 2026 11:30:51 -0400 Subject: [PATCH] dock: revert thin-bar geometry; keep icons inset to land inside the bar --- surfaces/quickshell/modules/ii/dock/Dock.qml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/surfaces/quickshell/modules/ii/dock/Dock.qml b/surfaces/quickshell/modules/ii/dock/Dock.qml index 5d0a18f..51945d7 100644 --- a/surfaces/quickshell/modules/ii/dock/Dock.qml +++ b/surfaces/quickshell/modules/ii/dock/Dock.qml @@ -226,10 +226,9 @@ Scope { // Scope RowLayout { id: dockRow - // Match the visible rectangle's insets (see - // dockVisualBackground) so the icon row lands - // INSIDE the rounded pill, not overflowing its - // top/bottom edges. + // Match the visible rectangle's insets so the icon + // row lands INSIDE the thin pill, not drooping + // below it. The bar stays thin; only the icons move. anchors { top: parent.top bottom: parent.bottom