You should have a working installation of Arch linux installed with a display manager.
Clone the repo:
git clone https://github.com/v0idzdev/OneDarkQtile
cd OneDarkQtile/
Run the installation script and reboot:
chmod +x scripts/*
./scripts/install.sh
reboot
Extract configuration files to the correct directories:
./scripts/setup.sh
Source Qtile config and set GTK theme:
- Reload Qtile with
⊞
+↑
+R
. - Open lxappearance (
⊞
+R
and type). Set the theme toAtomOneDarkTheme
and the icon theme toPapirus-Dark
. - Open nitrogen. Set the wallpaper to
one-dark-triangles.png
. It should be in~/Pictures/
. - Open Rofi Power Menu with
⊞
+X
and reboot the machine.
Change display auto configuration (optional):
# Skip this if running in a VMware VM.
vim ~/.config/qtile/autostart.sh
- Comment out the line beginning with
xrandr
if your display resolution and refresh rate are okay. - Else, visit the xrandr page on the ArchWiki (link below).
- This config has default Qtile keybindings.
- You may need to do additional display configuration,