Capslock Notifier for Garuda Linux
This aims at creating capslock indicator for starlabs laptop.
- It is not working for gnome and terminal
- Service is failing, have to check that
- Also do not forgot to remove user "devarshi.trivedi" from service file
- Refine the documentation in README.md
Do not forgot to omit venv at the end, because, the program will be running at system level, so system should contain those packages with same versions.
- Clone the repository in home directory
git clone git@github.com:Improwised/cap_checker.git
cd cap_checker
- Install python-tk
sudo pacman -S tk=tk-8.6.14-4
- Create a python venv
python -m venv venv
- Activate venv
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Currently creating a service and it is in progress