My current Arch Linux desktop configuration with Hyprland, Waybar and a minimal workflow.
- Window Manager: Hyprland
- Wallpaper Manager: Hyprpaper
- Session Control: Wlogout
- Lock Screen: Hyprlock
- Status Bar: Waybar
- Terminal: Kitty
- Launcher: Rofi
- Notifications: Dunst
- Shell: Zsh
Clone the repository:
git clone https://github.com/jon-lat/dotfiles
cd dotfilesCopy the configuration files to your home directory:
cp -r .config/* ~/.config/Copy the Zsh configuration files to your home directory:
cp -r zsh/. ~/Also copy the wallpaper to the wallpaper directory specified in the config files:
mkdir -p ~/Pictures/Wallpapers
cp wallpaper/current.png ~/Pictures/Wallpapers/You may need to install the required packages manually depending on your distribution, using the package manager of your choice. You may also need to install the Google Sans Display font via the AUR, using the AUR helper of your choice (yay in my case).
yay -S ttf-google-sansThese dotfiles are tailored for my personal workflow and may require modifications before use on other systems. Feel free to adjust them to your liking.
