summaryrefslogtreecommitdiff
path: root/config/GeneralConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/GeneralConfig.qml22
1 files changed, 1 insertions, 21 deletions
diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml
index eecca01..2cf99e3 100644
--- a/config/GeneralConfig.qml
+++ b/config/GeneralConfig.qml
@@ -1,8 +1,8 @@
import Quickshell.Io
JsonObject {
+ property string logo: ""
property Apps apps: Apps {}
- property Idle idle: Idle {}
property Battery battery: Battery {}
component Apps: JsonObject {
@@ -12,26 +12,6 @@ JsonObject {
property list<string> explorer: ["thunar"]
}
- component Idle: JsonObject {
- property bool lockBeforeSleep: true
- property bool inhibitWhenAudio: true
- property list<var> timeouts: [
- {
- timeout: 180,
- idleAction: "lock"
- },
- {
- timeout: 300,
- idleAction: "dpms off",
- returnAction: "dpms on"
- },
- {
- timeout: 600,
- idleAction: ["systemctl", "suspend-then-hibernate"]
- }
- ]
- }
-
component Battery: JsonObject {
property list<var> warnLevels: [
{