This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ============================================================================== | |
| # Script: Caps Lock Monitor | |
| # Description: Sends desktop notifications when Caps Lock is toggled ON or OFF. | |
| # Useful for keyboards without physical LED indicators. | |
| # | |
| # Dependency: 'notify-send' (part of libnotify) | |
| # Installation: | |
| # - Debian/Ubuntu/Mint: sudo apt install libnotify-bin |