muse / Captain

A dynamic lemonbar script written almost entirely in bash.
MIT License
49 stars 5 forks source link

Fixed 2 issues and added a makefile to semi-automate the installation process #16

Closed dxmxnlord closed 3 years ago

dxmxnlord commented 4 years ago
  1. Fixed the probable issue where the Master mixer wasn't on the first card which resulted in an empty volume output

  2. Fixed 2 bugs in the captain script which resulted in a EOF error

  3. Added a MakeFile which automatically copies the files to their appropriate directories so the user does not have to. The installation part in the wiki just becomes

    $ git clone https://github.com/muse/Captain
    $ cd Captain
    $ make
    $ sudo make install

    and the copy part can be removed. An uninstallation procedure is also added to the makefile.