From a6126199c5786620acc0db751f02a9802bd82c59 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 2 Dec 2019 13:09:09 +0100 Subject: [PATCH] Fix film mode script --- .config/i3/scripts/film_mode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/scripts/film_mode.sh b/.config/i3/scripts/film_mode.sh index e78c00d..26e7dc0 100755 --- a/.config/i3/scripts/film_mode.sh +++ b/.config/i3/scripts/film_mode.sh @@ -30,7 +30,7 @@ function off() { if [ "${1}" == "${ON}" ]; then on -elif [ "${1}" == "${ON}" ]; then +elif [ "${1}" == "${OFF}" ]; then off else pgrep xautolock &>/dev/null