mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
Migrates from the deprecated toCommandLineShell to toCommandLineShellGNU. This changes the output format from space-separated short options (-c /path) to concatenated GNU-style options (-c/path). Both formats were verified to work correctly with redshift and gammastep. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
14 lines
328 B
Desktop File
14 lines
328 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@redshift@/bin/redshift -c/home/hm-user/.config/redshift/redshift.conf
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Unit]
|
|
After=graphical-session.target
|
|
Description=Redshift colour temperature adjuster
|
|
Documentation=http://jonls.dk/redshift/
|
|
PartOf=graphical-session.target
|