Enhancing the behaviour of the script

This commit is contained in:
Frank 2015-06-23 19:03:04 +00:00
parent 558784cc49
commit 494e507599

View file

@ -101,7 +101,7 @@ then
touch $HOME/.config/disable-compton touch $HOME/.config/disable-compton
killall compton killall compton
elif [[ $ans == $COMPTON_ENABLED ]]; then elif [[ $ans == $COMPTON_ENABLED ]]; then
zenity --info --text="Compton is already running" zenity --info --text="$INFO"
fi fi
else # Compton not running else # Compton not running
if [[ $ans == $COMPTON_ENABLED ]]; then if [[ $ans == $COMPTON_ENABLED ]]; then