summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-04-12 07:01:50 +0300
committerThanos Apollo <[email protected]>2023-04-12 07:01:50 +0300
commit2b63834c98ccd8dc4453b2ca4525bd13bd19cc8f (patch)
tree2708c0c3093cc93c462fcb09fa828f804f54b99b
parent665bd0e304ef8e9c1023fddaf4c94e105d18fdd8 (diff)
scritps: remove tests
-rwxr-xr-xscripts/keyboard-light-x220.sh3
1 files changed, 0 insertions, 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