This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env pwsh | |
# Show the battery level of Logitech Arctis 7 headset in a | |
# small Powershell window. Uses HeadsetControl by Sapd <Denis Arnst>. | |
# | |
# Requirements: | |
# * Powershell and `Set-ExecutionPolicy RemoteSigned` | |
# * headsetcontrol.exe https://github.com/Sapd/HeadsetControl | |
# | |
# Note: For desktop icon, see attached headset_createDesktopIcon.ps1 |