Forked from https://gitlab.com/stephan-raabe/dotfiles.git, with Chinese input, hidpi and so on.
Go to file
Stephan Raabe 339d7b8411 Updates
2023-11-11 15:53:44 +01:00
.install Updates 2023-11-11 11:19:28 +01:00
alacritty Updates 2023-08-30 14:45:03 +02:00
dunst Update dunst style 2023-09-18 20:40:50 +02:00
gtk Dev 2023-11-10 21:12:15 +00:00
hypr Updates 2023-11-11 15:53:44 +01:00
login Move issue into folder /login 2023-09-11 13:59:41 +02:00
nvim Updates Headers 2023-03-09 13:52:31 +01:00
picom Updates 2023-08-17 09:57:03 +02:00
polybar Dev 2023-11-10 21:12:15 +00:00
qtile Updates 2023-11-11 11:17:50 +01:00
rofi Dev 2023-11-10 21:12:15 +00:00
screenshots Dev 2023-11-10 21:12:15 +00:00
scripts Dev 2023-11-10 21:12:15 +00:00
sddm Dev 2023-11-10 21:12:15 +00:00
starship Add Fira Font support 2023-02-15 16:56:08 +01:00
swappy Update 2023-09-25 11:53:32 +02:00
swaylock Update Swaylock style and comments 2023-09-21 14:26:09 +02:00
vim Updates Headers 2023-03-09 13:52:31 +01:00
wal/templates Rofi updates 2023-10-02 10:17:11 +02:00
wallpapers Updates 2023-09-13 17:04:22 +02:00
waybar Dev 2023-11-10 21:12:15 +00:00
wlogout Updates 2023-10-18 17:33:16 +02:00
.bashrc Dev 2023-11-10 21:12:15 +00:00
.gitignore Updates 2023-09-13 17:04:22 +02:00
CHANGELOG Dev 2023-11-10 21:12:15 +00:00
install.sh Dev 2023-11-10 21:12:15 +00:00
LICENSE Add LICENSE 2023-02-17 21:14:23 +00:00
README.md Dev 2023-11-10 21:12:15 +00:00

ML4W dotfiles Version 2.5

This is my configuration of Hyprland (Wayland) and Qtile (Xorg & Wayland). This package includes an installation script to install and setup the required components.

The dotfiles are tested with Arch Linux, Manjaro Linux, EndeavourOS and Arco Linux.

General Packages

  • Terminal: alacritty
  • Editor: nvim
  • Prompt: starship
  • Icons: Font Awesome
  • Launch Menus: Rofi
  • Colorscheme: pywal
  • Browsers: chromium (brave optional)
  • Filemanager: Thunar
  • Cursor: Bibata Modern Ice
  • Icons: Papirus-Icon-Theme
  • Virtual Machine: qemu (Windows 11 with looking glass and xrdp)

Hyprland & Qtile Wayland

  • Status Bar: waybar
  • Screenshots: grim & slurp
  • Clipboard Manager: cliphist
  • Logout Hyprland: wlogout
  • Logout Qtile: rofi power menu
  • Screenlock: swaylock-effects
  • Qtile Bar: Qtile status bar

Qtile X11

  • Compositor: picom
  • Status Bar: Qtile status bar + Polybar (optional)
  • Screenshots: scrot

Templating

Hyprland & Qtile: Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. With the key binding SuperKey + Shift + w you can change the wallpaper. SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for your individual selection. See also the .bashrc and the key bindings on Hyprland and Qtile for more alias definitions.

Hyprland: In addition, you can switch the Waybar Template with SUPER + CTRL + T or by pressing the "..." icon in Waybar. The templates are available in ~/dotfiles/waybar/themes. You can add your own personal themes into this folder. The script will read in the folder structure.

Qtile X11: In addition, you can switch between the Qtile status bar and Polybar with SUPER + SHIFT + S

Screenshots Hyprland

Click to watch on YouTube

Click to watch on YouTube

Watch on YouTube

Screenshots Qtile X11

Click to watch on YouTube

Click to watch on YouTube

Watch on YouTube

Screenshots Qtile Wayland

Click to watch on YouTube

Click to watch on YouTube

Watch on YouTube

You can find more screenshots here.

Installation

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

PLEASE BACKUP YOUR EXISTING .config FOLDER WITH YOUR DOTFILES BEFORE STARTING THE SCRIPTS FOR INITIONAL INSTALLTION.

The script will try to create a backup from an older dotfiles folder.

# 1.) Change into your Downloads folder
cd ~/Downloads

# 2.) Clone the dotfiles repository into the Downloads folder
git clone https://gitlab.com/stephan-raabe/dotfiles.git

# 3.) Change into the dotfiles folder
cd dotfiles

# 4.) Start the installation
./install.sh

Please note that every Arch Linux system is different and I cannot guarantee that everything works fine on your system.