Skip to content

Instantly share code, notes, and snippets.

@hugeblank
Last active February 7, 2022 11:19
Show Gist options
  • Save hugeblank/4c494b21a2489077420c2a41f282fff7 to your computer and use it in GitHub Desktop.
Save hugeblank/4c494b21a2489077420c2a41f282fff7 to your computer and use it in GitHub Desktop.
Simple Script using Sapd/HeadsetControl to check the battery % and print it in a little bit more stylish manner
#!/bin/zsh
echo 🎧 `headsetcontrol -b | grep "Battery:" | awk {'printf $2'}`
@hugeblank
Copy link
Author

All discussion about this script should be relegated to: Sapd/HeadsetControl#201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment