mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
Migrates from the deprecated toGNUCommandLineShell to toCommandLineShellGNU. This changes the output format from space-separated short options (-t 3500) to concatenated GNU-style options (-t3500). Both formats were verified to work correctly with wlsunset. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
11 lines
221 B
Desktop File
11 lines
221 B
Desktop File
[Install]
|
|
WantedBy=test.target
|
|
|
|
[Service]
|
|
ExecStart=@wlsunset@/bin/wlsunset -L128.8 -T6000 -g0.6 -l12.3 -t3500
|
|
|
|
[Unit]
|
|
After=test.target
|
|
Description=Day/night gamma adjustments for Wayland compositors.
|
|
PartOf=test.target
|