forked from Shinonome/dots-hyprland
background: remove unecessary Scope
This commit is contained in:
@@ -12,13 +12,12 @@ import Quickshell.Io
|
|||||||
import Quickshell.Wayland
|
import Quickshell.Wayland
|
||||||
import Quickshell.Hyprland
|
import Quickshell.Hyprland
|
||||||
|
|
||||||
Scope {
|
|
||||||
|
Variants {
|
||||||
id: root
|
id: root
|
||||||
readonly property bool fixedClockPosition: Config.options.background.fixedClockPosition
|
readonly property bool fixedClockPosition: Config.options.background.fixedClockPosition
|
||||||
readonly property real fixedClockX: Config.options.background.clockX
|
readonly property real fixedClockX: Config.options.background.clockX
|
||||||
readonly property real fixedClockY: Config.options.background.clockY
|
readonly property real fixedClockY: Config.options.background.clockY
|
||||||
|
|
||||||
Variants {
|
|
||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
@@ -287,4 +286,3 @@ Scope {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user