Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 730 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 730 Bytes

Caps Lock Indicator

A simple Ubuntu tool that pop-ups a window to show caps lock status whenever caps lock button is pressed.

Demo

demo

Installation

git clone https://github.com/Arinmis/capslock-indicator
cd capslock-indicator
./install

To run

It will be automatically running all the time after you start the system. If you want to run without reboot for the first time, run this:

python3 /bin/capslock-indicator

or restart the system

reboot

Uninstallation

Simply run uninstall the script inside the repository

./uninstall