Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.4 KB

File metadata and controls

39 lines (34 loc) · 2.4 KB

Dotfiles

These are my personal dotfiles for my EndeavourOS system, though they should work on most Linux systems. They include both a dark theme (OneDark) and a light theme (Rosé Pine Dawn) which can easily be switched by the shortcut Mod+t, where Mod is your keyboard's logo key (view .config/qtile/modules/keys.py for the full list of keybindings). Even though they are set up for two monitors, this can easily be changed in .config/qtile/modules/screens.py. Some highlights include my personal font JetFlow and my fetch Pytch.

Showcase

Dark (OneDark)

Light (Rosé Pine Dawn)

Programs

Window Manager: Qtile (git)
Compositor: Picom (fdev31)
Terminal Emulator: WezTerm
Shell: Fish
Editor: LazyVim
App Launcher: Rofi
Notifications: Dunst
Fetch: Pytch

Setup

  1. On top of the programs listed above, you will need to install:
  2. Install stow.
  3. Clone this repository in your home directory, go into it, and run stow . (make sure to remove any conflicting files/directories).
  4. Go to .config/qtile/utils/settings.py and edit to your liking.
  5. Check if your programs support using GTK or system theme and enable as such.