Update toggle_gammastep.sh

This commit is contained in:
Leaced 2023-03-23 18:20:35 +01:00 committed by GitHub
parent 087fac7d03
commit d6ae103fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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