tmp night light
This commit is contained in:
parent
cbb1861b25
commit
809bbe08d8
10 changed files with 191 additions and 82 deletions
6
.config/systemd/user/night-light-reset.service
Normal file
6
.config/systemd/user/night-light-reset.service
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Return "Night Light" to the automatic schedule
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.local/bin/night-light-reset
|
||||
6
.config/systemd/user/night-light-reset.timer
Normal file
6
.config/systemd/user/night-light-reset.timer
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Timer]
|
||||
OnCalendar=03:00
|
||||
Persistent=false
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue