mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59: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
343 B
Desktop File
14 lines
343 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@gammastep@/bin/gammastep -c/home/hm-user/.config/gammastep/config.ini
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Unit]
|
|
After=graphical-session.target
|
|
Description=Gammastep colour temperature adjuster
|
|
Documentation=https://gitlab.com/chinstrap/gammastep/
|
|
PartOf=graphical-session.target
|