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:
parent
60aa16517b
commit
46827f6740
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue