Skip to content

Improwised/cap_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cap_checker

Capslock Notifier for Garuda Linux

Todo's for me

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.

Steps for you

  1. Clone the repository in home directory
git clone git@github.com:Improwised/cap_checker.git
cd cap_checker
  1. Install python-tk
sudo pacman -S tk=tk-8.6.14-4
  1. Create a python venv
python -m venv venv
  1. Activate venv
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Currently creating a service and it is in progress

About

Capslock Notifier for Garuda Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages