From e8d899d4d0475cd9bdb4c760982e1d0142d9e2b5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 17 May 2025 22:54:09 +0200 Subject: [PATCH] adjust osd padding --- .../quickshell/modules/onScreenDisplay/OsdValueIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/onScreenDisplay/OsdValueIndicator.qml b/.config/quickshell/modules/onScreenDisplay/OsdValueIndicator.qml index f13cd7fc3..649d34bf6 100644 --- a/.config/quickshell/modules/onScreenDisplay/OsdValueIndicator.qml +++ b/.config/quickshell/modules/onScreenDisplay/OsdValueIndicator.qml @@ -15,7 +15,7 @@ Item { required property string name property bool rotateIcon: false - property real valueIndicatorVerticalPadding: 5 + property real valueIndicatorVerticalPadding: 9 property real valueIndicatorLeftPadding: 10 property real valueIndicatorRightPadding: 20 // An icon is circle ish, a column isn't, hence the extra padding