From 8eac9338fe941319c08e5c72bb961e7422b98011 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:18:55 +0700 Subject: [PATCH] bar tooltips: add border --- .config/quickshell/ii/modules/common/widgets/StyledPopup.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml b/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml index abe08045..baa37cce 100644 --- a/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml +++ b/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml @@ -58,6 +58,9 @@ LazyLoader { color: Appearance.colors.colSurfaceContainer radius: Appearance.rounding.small children: [root.contentItem] + + border.width: 1 + border.color: Appearance.colors.colLayer0Border } } }