Home

Awesome

Garden

Packages

WM          : Hyprland
terminal    : foot
bar         : eww
launcher    : rofi
file manager: Dolphin

Screenshot

https://user-images.githubusercontent.com/36456160/170814674-50c49874-5fd7-419c-ae05-3891adfe2daa.mp4

See hypr/themes for additional screenshots/clips of my various themes.

Dependencies

Installation

These instructions assume an Arch Linux-based distribution. Hyprland is not present in repositories for other Linux distribution as of this writing, and availability of other dependencies may vary. If a package is unavailable on your distribution, please see the links in the Dependencies section to the various repositories for each dependency, and follow the relevant instructions to install manually.

  1. Install an AUR Helper (if necessary):

    sudo pacman -S base-devel git
    git clone https://aur.archlinux.org/yay
    cd yay
    makepkg -si
    
  2. Install all required dependencies

    yay -S --needed hyprland-git eww-wayland rofi-lbonn-wayland dunst trayer mpvpaper macchina nitch nerd-fonts-inter socat geticons

  3. Clone the repository

    git clone --recursive https://github.com/taylor85345/hyprland-dotfiles.git

  4. Copy dotfiles into your config directory (assumptions made).

    cp -ri hyprland-dotfiles/* $HOME/.config/

Configuration

Tips