diff --git a/.config/sway/toggle_gammastep.sh b/.config/sway/toggle_gammastep.sh index 4cd47d0..0b723c9 100644 --- a/.config/sway/toggle_gammastep.sh +++ b/.config/sway/toggle_gammastep.sh @@ -2,7 +2,7 @@ # This script will toggle gammastep # Dependencies: gammastep -PID="$(ps -e | grep gammastep | awk -F ' ' '{print $1}')" +PID="$(ps -e | grep gammastep | awk '{print $1}')" if [[ $PID > 0 ]]; then kill $PID