Files
home-manager/tests/modules/services/wlsunset/wlsunset-service-expected.service
Austin Horstman 9afe77a70b wlsunset: migrate to lib.cli.toCommandLineShellGNU
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>
2026-01-08 11:18:42 -05:00

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