From bdd37012bb1e855220e465fa6db101bed0cc4992 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 6 May 2025 18:15:06 +1000 Subject: refactor: popout layer consistency with border Make them use the same background colour and rounding as the border --- config/BackgroundConfig.qml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config/BackgroundConfig.qml (limited to 'config/BackgroundConfig.qml') diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml deleted file mode 100644 index a4481fd..0000000 --- a/config/BackgroundConfig.qml +++ /dev/null @@ -1,16 +0,0 @@ -pragma Singleton - -import Quickshell -import QtQuick - -Singleton { - id: root - - readonly property Border border: Border {} - - component Border: QtObject { - readonly property bool enabled: false - readonly property int thickness: Appearance.padding.normal - readonly property int rounding: Appearance.rounding.large - } -} -- cgit v1.2.3-freya