From d6ae103fc218b246fcba21b5f4cf9776222d35ad Mon Sep 17 00:00:00 2001 From: Leaced Date: Thu, 23 Mar 2023 18:20:35 +0100 Subject: [PATCH] Update toggle_gammastep.sh --- .config/sway/toggle_gammastep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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