Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edenqwq/qtile
my qtile config for void linux
https://github.com/edenqwq/qtile
Last synced: 2 days ago
JSON representation
my qtile config for void linux
- Host: GitHub
- URL: https://github.com/edenqwq/qtile
- Owner: EdenQwQ
- Created: 2021-11-12T12:18:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T01:56:03.000Z (about 3 years ago)
- Last Synced: 2024-11-17T21:48:04.409Z (2 months ago)
- Language: Python
- Size: 20.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QtileConfig
## **My qtile config with a fresh-looking bar and pywal support.**>_Note: This is my first rice. Please excuse my poor coding style and poor
English._
Based on the official example config
Using [void linux](https://voidlinux.org) with musl and runnit### Dependences
* [qtile](http://www.qtile.org)
* [pywal](https://github.com/dylanaraps/pywal)
* [rofi](https://github.com/davatorium/rofi)
* [kitty](https://sw.kovidgoyal.net/kitty/)
* [nitrogen](http://projects.l3ib.org/nitrogen/)```sh
# Replace 'xbps-install -S' with 'apt install' 'pacman -S' etc.
sudo xbps-install -S rofi kitty nitrogenpip install qtile
pip install pywal pywalfox python-mpd2
```### Getting started
1. Clone this repo
```sh
git clone https://github.com/EdenQwQ/qtile.git
```2. Copy the config files
```sh
cp -r ~/qtile ~/.config/
```3. Make sure you've checked the keybindings in keys.py, widgets in widgets.py,
settings in settings.py.