clean up scripts
This commit is contained in:
7
.config/polybar/scripts/info-thinklight.sh
Normal file
7
.config/polybar/scripts/info-thinklight.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$(cat /sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/brightness)" = "0" ]; then
|
||||
echo "#1"
|
||||
else
|
||||
echo "#2 Thinklight"
|
||||
fi
|
||||
Reference in New Issue
Block a user