Run gammastep from toolbox

This commit is contained in:
John Mertz 2023-05-13 14:24:20 -04:00
parent 59d1656021
commit e5cab9fa7e
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ elif [[ $ACTION == 'start' ]]; then
if [ ! -z $PID ]; then
echo 'Gammastep is already running'
else
$HOME/scripts/sway/gammastep.pl
$HOME/scripts/distrobox/toolbox/gammastep.pl
fi
elif [[ $ACTION == 'stop' ]]; then
if [ ! -z $PID ]; then