Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgm123 - update with several improvements #69

Merged
merged 9 commits into from Jul 4, 2022

Commits on Jul 3, 2022

  1. Menu script

    s1eve-mcdichae1 committed Jul 3, 2022
    Copy the full SHA
    f769b7f View commit details
    Browse the repository at this point in the history
  2. User config

    s1eve-mcdichae1 committed Jul 3, 2022
    Copy the full SHA
    824b4c9 View commit details
    Browse the repository at this point in the history
  3. mapped volume GUI

    Removed the extra menu script, it's all rolled back into the gui_ function for now.
    
    Added a mapped_volume switch to use a different fade-in/out profile.
    s1eve-mcdichae1 committed Jul 3, 2022
    Copy the full SHA
    db2ebcb View commit details
    Browse the repository at this point in the history
  4. Functions

    Rolled 'disable' and 'remove' into 'enable' and 'configure'.
    
    Changed up which vars use "global var" functions.
    
    Minor edits.
    s1eve-mcdichae1 committed Jul 3, 2022
    Copy the full SHA
    2a5fd68 View commit details
    Browse the repository at this point in the history
  5. Init

    External init and kill scripts. Renamed fade script.
    
    Renamed enable_ function. Added dummy enable_/disable_ functions for CLI usage.
    
    Made assignment of recycled variables prettier.
    s1eve-mcdichae1 committed Jul 3, 2022
    Copy the full SHA
    9344ee0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Status config

    Added "enabled" status to user config. Fixes "not enabled after uninstall/reinstall."
    
    Expanded comments.
    s1eve-mcdichae1 committed Jul 4, 2022
    Copy the full SHA
    c7ee52c View commit details
    Browse the repository at this point in the history
  2. Continued "prettyfication" of global vars

    I guess this separation of declaration and assignment is probably not necessary, after all.
    s1eve-mcdichae1 committed Jul 4, 2022
    Copy the full SHA
    8c65763 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7956e74 View commit details
    Browse the repository at this point in the history
  4. Update bgm_stop.sh

    SIGKILL should patch this for now but it's a dirty fix.
    s1eve-mcdichae1 committed Jul 4, 2022
    Copy the full SHA
    607f01f View commit details
    Browse the repository at this point in the history