.dotfiles/systemd/gamma.service

13 lines
270 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Inverting eInk contrast
[Service]
2024-06-19 22:48:17 +00:00
#WorkingDirectory=/var/home/%u/.local/state
ExecStart=/var/home/%u/.local/bin/wl-gammactl -c -1.000 -b 2.000 -g 0.500 -m DP-1
Restart=always
TimeoutSec=5
[Install]
2023-10-24 17:19:29 +00:00
#WantedBy=graphical.target
WantedBy=default.target