diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:56:34 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:56:34 +0100 |
| commit | 8a8493fd15e18b5e02cd888a00eb58500e86cc05 (patch) | |
| tree | a3b02c9b246236b6e759dae1ff550cbbe0c06b0f /.config/noctalia | |
| parent | c61e2e5d09657f4878553f3ef8b6bae649d1285b (diff) | |
noctalia: Misc changes
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", |