From 4b359afdd0c28e2b7d468f8f780893f771af9441 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 13 May 2026 21:58:24 -0700 Subject: [PATCH] Change night light to be from 7PM and 7AM. --- tasks/workstation/shared/settings/gnome.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tasks/workstation/shared/settings/gnome.yml b/tasks/workstation/shared/settings/gnome.yml index 432200c..702f1a0 100644 --- a/tasks/workstation/shared/settings/gnome.yml +++ b/tasks/workstation/shared/settings/gnome.yml @@ -268,10 +268,14 @@ ) && dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-automatic \ false && inc_dconf && + #dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-from \ + # 2.0 && inc_dconf && + #dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-to \ + # 1.99 && inc_dconf && dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-from \ - 2.0 && inc_dconf && + 19.00 && inc_dconf && dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-to \ - 1.99 && inc_dconf && + 07.00 && inc_dconf && # 1700 is max through GNOME Settings, looks pretty red but can still see green vs blue. # 1200 is max on f.lux type apps, pretty difficult to see the difference between green and blue.