forked from Shinonome/dots-hyprland
add cookie quote again (you can revert this if you dont want)
This commit is contained in:
@@ -24,6 +24,7 @@ Variants {
|
||||
readonly property real clockSizePadding: 20
|
||||
readonly property real screenSizePadding: 50
|
||||
readonly property string clockStyle: Config.options.background.clock.style
|
||||
readonly property bool showQuote: Config.options.background.showQuote && Config.options.background.quote !== ""
|
||||
model: Quickshell.screens
|
||||
|
||||
PanelWindow {
|
||||
@@ -339,6 +340,14 @@ Variants {
|
||||
active: visible
|
||||
sourceComponent: CookieClock {}
|
||||
}
|
||||
|
||||
Loader {
|
||||
id: cookieQuoteLoader
|
||||
visible: root.showQuote
|
||||
active: visible
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
sourceComponent: CookieQuote {}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user