Skip to content

Instantly share code, notes, and snippets.

@astronautlevel2
Created July 20, 2017 13:33
Show Gist options
  • Save astronautlevel2/481e84fb5501293730e0117ccfa33056 to your computer and use it in GitHub Desktop.
Save astronautlevel2/481e84fb5501293730e0117ccfa33056 to your computer and use it in GitHub Desktop.
setterm -cursor off
while true; do
printf "\n\n"
acpi
date
echo Brightness: $(xbacklight)%
cat /proc/net/wireless
sleep 1
clear
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment