Skip to content

Lyall-A/Sunshine-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sunshine Scripts

Scripts

Change Lighting

Changes OpenRGB profile on app start/stop.

  • Configuration
    • Set the profiles to be applied in config.json
  • Building
    • Compile with bun build --compile --outfile ./bin/change-lighting ./src/change-lighting
  • Usage
    • Run with "./bin/change-lighting" <off/on>

Close SoundSwitch

Stops and starts SoundSwitch on app start/stop

  • Building
    • Compile with bun build --compile --outfile ./bin/close-soundswitch ./src/close-soundswitch
  • Usage
    • Run with "./bin/close-soundswitch" <kill/revert>

Restart Audio Engine

Restarts Voicemeeter Audio Engine on app start

  • Building
    • Compile with gcc ./src/restart-audio-engine/main.c -o ./bin/restart-audio-engine.exe
  • Usage
    • Run with "./bin/restart-audio-engine"

Usage

Compile run_script.js with bun build --compile --outfile ./run_script ./run_script.js then add to command do/undo with <full exe path> <script name> <do/undo>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published