Skip to content

Instantly share code, notes, and snippets.

View alexanderthegreat96's full-sized avatar
💭
sailing the binary seas

alexanderdth alexanderthegreat96

💭
sailing the binary seas
  • \
View GitHub Profile
@alexanderthegreat96
alexanderthegreat96 / caps.sh
Last active January 24, 2026 13:25
PopOS / Linux - Caps Lock Notifier Script
#!/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