mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
fix: hide cookie quote on lock screen
This commit is contained in:
@@ -24,7 +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 !== ""
|
||||
readonly property bool showQuote: Config.options.background.showQuote && Config.options.background.quote !== "" && !GlobalStates.screenLocked
|
||||
model: Quickshell.screens
|
||||
|
||||
PanelWindow {
|
||||
|
||||
Reference in New Issue
Block a user