Skip to content

Instantly share code, notes, and snippets.

View alatalo's full-sized avatar

Ville Alatalo alatalo

View GitHub Profile
@alatalo
alatalo / GetArctisBatteryLevel.ps1
Last active June 23, 2024 10:05
Show the battery level of Logitech Arctis 7 headset in small Powershell window. Uses HeadsetControl by Sapd <Denis Arnst> at https://github.com/Sapd/HeadsetControl
#!/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