Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rydesun/qtile-config
🐍 A long Python is living on my screen 😱
https://github.com/rydesun/qtile-config
configuration qtile wm
Last synced: about 21 hours ago
JSON representation
🐍 A long Python is living on my screen 😱
- Host: GitHub
- URL: https://github.com/rydesun/qtile-config
- Owner: rydesun
- Created: 2017-02-04T07:34:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T02:59:56.000Z (10 months ago)
- Last Synced: 2024-04-20T03:41:58.145Z (10 months ago)
- Topics: configuration, qtile, wm
- Language: Python
- Homepage:
- Size: 118 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qtile Configuration
Essential dependency packages to install
```bash
sudo pacman -S --needed python-dbus-next python-psutil python-pyxdg
# Install upower if have a battery
sudo pacman -S --needed upower
```As for icon font, you need nerd font or at least one font
that has been patched```bash
sudo pacman -S --needed ttf-nerd-fonts-symbols
```More resources
```bash
# archlinux logo (from AUR)
pikaur archlinux-artwork
# archlinux wallpapers
sudo pacman -S --needed archlinux-wallpaper
```Optional patch
```bash
sudo patch /usr/lib/python3.*/site-packages/libqtile/drawer.py top_line.patch
```## Customization
First you should refer to `env_example.py` for creating the `env.py`,
which is mainly about hardware devices and unique system environment.
It's yours, not mine. 😃
Although the lack of `env.py` does not cause qtile to crash on startup,
it's better to create one.Most of the appearance settings are stored in `theme/`.
Create `theme/override.py` to override some default values
if you are satisfied with the default theme.`control.py` is about keymappings and shortcuts.
`bar.py` focus on widgets on the bar.
## Companion
Highly recommended companion applications
- picom — X compositor
- dunst — Notification daemon
- rofi — Application launcherSystray icon
- papirus-icon-theme