Watch
1
0
Fork
You've already forked dotfiles
0

tmp night light

This commit is contained in:
Alexander Hess 2026-08-14 20:45:34 +02:00
commit 809bbe08d8
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
10 changed files with 191 additions and 82 deletions

View file

@ -452,6 +452,7 @@ night-light-schedule-automatic=true
night-light-schedule-from=18.0
night-light-schedule-to=6.0
# The `$_DEFAULT_TEMPERATURE` used in the ~/.local/bin/night-light-* scripts
night-light-temperature=uint32 2200

View file

@ -0,0 +1,6 @@
[Unit]
Description=Return "Night Light" to the automatic schedule
[Service]
Type=oneshot
ExecStart=%h/.local/bin/night-light-reset

View file

@ -0,0 +1,6 @@
[Timer]
OnCalendar=03:00
Persistent=false
[Install]
WantedBy=timers.target

View file

@ -1,5 +1,5 @@
[Unit]
Description=Restore the GNOME settings from ~/.config/gnome-settings/*.ini
Description=Restore of the GNOME settings upon login
Before=gnome-session-pre.target
ConditionPathIsDirectory=%h/.config/gnome-settings