mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-04 23:56:24 +02:00
Simple Python i3wm colors manager.
scripts | ||
src | ||
tests | ||
themes | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE | ||
README.md |
i3-colors
Simple Python i3 colors manager.
Install/Usage:
git clone https://gitlab.com/manzerbredes/i3-colors
./i3-colors/src/i3-colors.py -h
Notes: Some of the themes come from i3-style project and j4-make-config
Features
- Instant theme changing:
./i3-colors.py apply -r <theme-path>
- Theme extraction from config file (as yaml):
./i3-colors.py extract <i3-config-file>
- Apply random colors to i3:
./i3-colors.py aleatory
Help
You can have help with the following commands:
./i3-colors.py apply -h
./i3-colors.py extract -h
./i3-colors.py aleatory -h