Run gammastep from toolbox
This commit is contained in:
parent
59d1656021
commit
e5cab9fa7e
|
@ -28,7 +28,7 @@ elif [[ $ACTION == 'start' ]]; then
|
||||||
if [ ! -z $PID ]; then
|
if [ ! -z $PID ]; then
|
||||||
echo 'Gammastep is already running'
|
echo 'Gammastep is already running'
|
||||||
else
|
else
|
||||||
$HOME/scripts/sway/gammastep.pl
|
$HOME/scripts/distrobox/toolbox/gammastep.pl
|
||||||
fi
|
fi
|
||||||
elif [[ $ACTION == 'stop' ]]; then
|
elif [[ $ACTION == 'stop' ]]; then
|
||||||
if [ ! -z $PID ]; then
|
if [ ! -z $PID ]; then
|
||||||
|
|
Loading…
Reference in New Issue