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
This release adds new config examples, fixes compiler warnings, and
contains several bug fixes.
Make sure to read through the changes below, as the build script has
changed, and the location of the config examples has changed.
Build Changes:
* Build script has changed from 'env.sh', 'build.sh', and 'install.sh'
to 'RUNME.sh'. See the Build and Install sections of the README.md
for more information.
* Config examples are now located in ./cfg.
New Features:
* New config examples located in ./cfg.
* Help output prints default value next to options that accept arguments.
Fixes:
* Fix text rendering when fg color equals party mode.
* Use max height available to draw the clock.
* Remove unused variable.
* Cleanup compiler warnings.