Mac-like-automatic-brightness/AB.service
steel99xl 1b0997474f SensorToDisplayScale now supports floats
A 5 second delay was added to the startup. Dew to reports of the service starting before the system values are initalized
2024-02-10 09:33:03 -05:00

12 lines
201 B
Desktop File

[Unit]
Description=Mac like automatic brightness as service
[Service]
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/bin/AutomaticBrightness.sh
[Install]
WantedBy=default.target