/OneDarkQtile

An installable and configurable custom desktop built on the Qtile window manager

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Images

image image image

Installation

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 to AtomOneDarkTheme and the icon theme to Papirus-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).

Extra Info