Forked from https://gitlab.com/stephan-raabe/dotfiles.git, with Chinese input, hidpi and so on.
Go to file
Stephan Raabe d91d19b519 Updates
2023-09-04 20:11:41 +02:00
.icons/default Add Icon theme 2023-04-10 17:04:46 +02:00
alacritty Updates 2023-08-30 14:45:03 +02:00
dunst Updates 2023-08-20 11:46:46 +02:00
gtk-3.0 Updates 2023-08-31 16:00:02 +02:00
hypr Bugfix for hyprland.conf. My username was hardcoded. 2023-09-01 14:36:34 +02:00
neomutt Updates Headers 2023-03-09 13:52:31 +01:00
nixos Update configuration.nix 2023-08-09 14:53:26 +00:00
nvim Updates Headers 2023-03-09 13:52:31 +01:00
picom Updates 2023-08-17 09:57:03 +02:00
polybar Updates 2023-08-20 11:46:46 +02:00
qtile Updates 2023-08-23 10:01:15 +02:00
ranger Updates Headers 2023-03-09 13:52:31 +01:00
rofi Rofi Update 2023-04-11 15:25:32 +02:00
screenshots Updates 2023-09-01 12:13:37 +02:00
scripts Updates 2023-09-01 19:31:42 +02:00
spotifyd Delete spotifyd.conf 2023-02-18 15:24:41 +00:00
starship Add Fira Font support 2023-02-15 16:56:08 +01:00
swaylock Update 2023-08-31 21:45:49 +02:00
vim Updates Headers 2023-03-09 13:52:31 +01:00
waybar Updates 2023-09-04 20:11:41 +02:00
wlogout Update 2023-08-31 21:57:25 +02:00
.bashrc Updates 2023-09-01 12:05:42 +02:00
.gitignore Updates 2023-03-08 12:54:46 +01:00
.gtkrc-2.0 Updates 2023-04-13 15:18:36 +02:00
.Xresources Add Icon theme 2023-04-10 17:04:46 +02:00
1-install.sh Updates 2023-08-31 16:00:02 +02:00
2-install-hyprland.sh Updates 2023-09-01 19:31:42 +02:00
2-install-qtile.sh Updates 2023-08-18 14:46:10 +02:00
default.jpg Updates 2023-04-13 16:41:22 +02:00
issue Updates 2023-04-13 21:00:04 +02:00
LICENSE Add LICENSE 2023-02-17 21:14:23 +00:00
README.md Update README.md 2023-08-31 16:17:08 +00:00

ML4W dotfiles

This is the configuration of my Arch linux based installation. I'm using the Hyprland (Wayland) and Qtile (Xorg).

Common Packages

  • Terminal: alacritty
  • Editor: nvim
  • Prompt: starship
  • Icons: Font Awesome
  • Menus: Rofi
  • Colorscheme: pywal (dynamic)
  • Browsers: brave, chromium
  • Filemanager: ranger, Thunar
  • Cursor: Bibata Modern Classic
  • Icons: breeze-dark
  • Theme: Breeze-dark
  • Virtual Machine: qemu (Windows 11 with looking glass and xrdp)

Hyprland

  • Status Bar: waybar
  • Screenshots: grim

Qtile

  • Compositor: picom
  • Status Bar: polybar
  • Screenshots: scrot

Templating

Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. Just type w in a terminal (or SuperKey + Shift + w). SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for individual selection. See also the .bashrc for more alias definitions.

Screenshots & Video

Click to watch on YouTube Watch on YouTube

You can find more screenshots here.

Getting started

To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.

# Create a folder for the Download
mkdir ml4w-dotfiles

# cd into the new folder
cd ml4w-dotfiles

# Clone the repository
git clone https://gitlab.com/stephan-raabe/dotfiles.git

# Copy the dotfiles into your home directory
cp -r dotfiles ~/

# cd into your your copy
cd ~/dotfiles

# Install or update all required packages and install dotfiles
./1-install.sh

# Install qtile window manager
./2-install-hyprland.sh

# OR/AND

# Install qtile window manager
./2-install-qtile.sh