You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
i might say, quite a good job with this! one thing i though might be useful - a taskbar icon, e.g just like cpu/gpu temperature. I hope it's not hard to implement, some other people could find it useful as well ;)
The text was updated successfully, but these errors were encountered:
I made you wait for a while, but I think I figured it out. Since this project was made in JavaScript, it was unable to access the Windows APIs to create system tray icon. Every solution I found suggested using NW.js or Electron, which might be good if the package size was smaller. I had to write that in a different language. So, I created a small script for this. It relies on ancient technology, JScript.
You can use this, but i must warn you: It is not perfect. To use this, clone the branch to your computer. After you run npm install, just double click on systemTray.bat. It will compile the code and run it in the background. It looks for the device every 2 minutes.
Screenshot:
There is no close button and it probably has memory leak. I do not know JScript or VBScript, so any help would be appreciated.
hey mate, it's me again ;)
Since last update of SteelSeries Software Package the awesomeness went down :/ the issue goes like this - start the trayicon - it shows for example 43. This doesn't change through any circumstances.
tried different approaches (eg connect/disconnect) it's just doesn't update.
Hey,
i might say, quite a good job with this! one thing i though might be useful - a taskbar icon, e.g just like cpu/gpu temperature. I hope it's not hard to implement, some other people could find it useful as well ;)
The text was updated successfully, but these errors were encountered: