Idle: add user defined commands to basic commands, overhaul tab layout

This commit is contained in:
Lysec
2026-03-01 21:52:14 +01:00
parent ac82e3f050
commit bad2d7dd29
25 changed files with 662 additions and 322 deletions
+7 -1
View File
@@ -729,7 +729,13 @@ Singleton {
property int lockTimeout: 660 // seconds, 0 = disabled
property int suspendTimeout: 1800 // seconds, 0 = disabled
property int fadeDuration: 5 // seconds of fade-to-black before action fires
property string customCommands: "[]" // JSON array of {timeout, command}
property string screenOffCommand: ""
property string lockCommand: ""
property string suspendCommand: ""
property string resumeScreenOffCommand: ""
property string resumeLockCommand: ""
property string resumeSuspendCommand: ""
property string customCommands: "[]" // JSON array of {timeout, command, resumeCommand}
}
// desktop widgets