/arctis_battery

SteelSeries Arctis 1/7/9/Pro battery status tray icon for Windows/MacOS

Primary LanguageGo

SteelSeries Arctis 1/7/9/Pro battery status tray icon for Windows/MacOS

Windows

img.png

MacOS

img_2.png

windows build

  1. install gcc

install choco https://chocolatey.org/install

choco install mingw -y
check: gcc -v
  1. CGO_ENABLED
set CGO_ENABLED=1
go run -race .
  1. reboot
  2. If u need, change pid data at main.go img_1.png
  3. build

go build -ldflags -H=windowsgui