Rename the night shift state and configuration paths #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The commands are donbox nightshift now, but the state directory is
still ~/.local/state/night-shift and the file is still
~/.config/night-shift.conf.
Blocked on migrations: renaming them needs something to move what is
already on disk.
State is now ~/.local/state/donbox/nightshift and configuration ~/.config/donbox/nightshift.conf, with the runtime lock and the daemon prefixes renamed to match.
Migration 1787344709 moves both, and its tests run it twice for idempotence and once against a machine already moved to prove it leaves customisation alone. Landed in
6285c24and applied on this machine; the daemon was restarted and reports the schedule from the new paths.