diff options
Diffstat (limited to '.config/noctalia')
| -rw-r--r-- | .config/noctalia/settings.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index 4ed655f..d824bee 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -84,6 +84,15 @@ "id": "Clock", "tooltipFormat": "HH:mm ddd, MMM dd", "useCustomFont": false + }, + { + "defaultSettings": { + "compactMode": false, + "defaultDuration": 0, + "iconColor": "none", + "textColor": "none" + }, + "id": "plugin:timer" } ], "left": [ @@ -136,10 +145,6 @@ "visualizerType": "linear" }, { - "id": "Spacer", - "width": 20 - }, - { "blacklist": [ ], "chevronColor": "none", @@ -462,7 +467,7 @@ "nightLight": { "autoSchedule": true, "dayTemp": "6500", - "enabled": true, + "enabled": false, "forced": false, "manualSunrise": "06:30", "manualSunset": "18:30", |