1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00
home-manager/tests/modules/services/wlsunset/wlsunset-service-expected.service
Matthias Riße 33407189c1
wlsunset: add module
This adds the wlsunset module, a program for day/night gamma
adjustments on wayland.

Fixes #1625
2020-12-01 21:46:46 +01:00

10 lines
221 B
Desktop File

[Install]
WantedBy=test.target
[Service]
ExecStart=@wlsunset@/bin/wlsunset -l 12.3 -L 128.8 -t 3500 -T 6000 -g 0.6
[Unit]
Description=Day/night gamma adjustments for Wayland compositors.
PartOf=graphical-session.target