Skip to content

Instantly share code, notes, and snippets.

@Rudxain
Created October 3, 2023 22:45
Show Gist options
  • Save Rudxain/33fc1d94e2eb1f06d3480b568ae20403 to your computer and use it in GitHub Desktop.
Save Rudxain/33fc1d94e2eb1f06d3480b568ae20403 to your computer and use it in GitHub Desktop.
Termux polyfills that I rarely use
#!/bin/sh
set -f
[ -n "$(dumpsys deviceidle | grep mScreenOn=false)" ]
#!/bin/sh
set -f
[ -n "$(dumpsys deviceidle | grep mScreenOn=true)" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment