forked from Shinonome/dots-hyprland
background: add option to only show clock when locked (#2387)
This commit is contained in:
@@ -148,6 +148,7 @@ Singleton {
|
||||
property JsonObject widgets: JsonObject {
|
||||
property JsonObject clock: JsonObject {
|
||||
property bool enable: true
|
||||
property bool showOnlyWhenLocked: false
|
||||
property string placementStrategy: "leastBusy" // "free", "leastBusy", "mostBusy"
|
||||
property real x: 100
|
||||
property real y: 100
|
||||
|
||||
Reference in New Issue
Block a user