From 2b63834c98ccd8dc4453b2ca4525bd13bd19cc8f Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 12 Apr 2023 07:01:50 +0300 Subject: scritps: remove tests --- scripts/keyboard-light-x220.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/keyboard-light-x220.sh b/scripts/keyboard-light-x220.sh index 214ae01..6aa509b 100755 --- a/scripts/keyboard-light-x220.sh +++ b/scripts/keyboard-light-x220.sh @@ -2,9 +2,6 @@ STATUS=$(brightnessctl --device "tpacpi::thinklight" | grep "Current brightness") - -echo "$STATUS" - if [[ "$STATUS" == *"(0%)" ]]; then brightnessctl --device "tpacpi::thinklight" set 1 else -- cgit v1.2.3