background: remove unecessary Scope

This commit is contained in:
end-4
2025-08-03 18:13:12 +07:00
parent 71d0ac4c5e
commit 3eb7d8ab58
@@ -12,13 +12,12 @@ import Quickshell.Io
import Quickshell.Wayland
import Quickshell.Hyprland
Scope {
Variants {
id: root
readonly property bool fixedClockPosition: Config.options.background.fixedClockPosition
readonly property real fixedClockX: Config.options.background.clockX
readonly property real fixedClockY: Config.options.background.clockY
Variants {
model: Quickshell.screens
PanelWindow {
@@ -287,4 +286,3 @@ Scope {
}
}
}
}