Start wl-gammactl (on Desktop)

Laptop does not have wl-gammactl. Likewise, desktop does not have
gammastep. They will just fail to execute. No harm.

However, it would be nice if I had a unified gamma control script
eventually which could also implement the waybar enable/disable button.
This commit is contained in:
John Mertz 2023-05-09 14:45:10 -04:00
parent 60aa16517b
commit 46827f6740
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ exec ${HOME}/scripts/distrobox/debian12/displays.sh &
# Enable automatic color temperature change
exec ${HOME}/scripts/distrobox/debian12/gammastep.pl &
exec ${HOME}/.local/bin/wl-gammactl -c -1.000 -b 2.000 -g 0.500 -m DP-1 &
# Window transparency
exec systemctl --user restart sway-transparency.service &