Skip to content

v9

Choose a tag to compare

@StorageB StorageB released this 01 Mar 03:30
· 54 commits to main since this release

What's new in this version:

• Option to check a command's output to determine button state at startup.
• Option to check a command's exit code and toggle button state only if command executes successfully (returns exit code 0).
• Added feature to export current button configurations to a file.
• Fixed a compatibility issue with some systems (such as NixOS) by switching from /bin/bash to /usr/bin/env bash for command execution.
• Added support for GNOME 48.
• Minor UI improvements.
• Improved code readability.