Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.32 KB

dotfiles

Hyprland dotfiles

Installation process:

  1. install hyprland essentials:

    sudo pacman -Syy && sudo pacman -S --needed hyprland dolphin qt5-wayland wofi dunst kitty qt6-wayland xdg-desktop-portal-hyprland grim polkit-kde-agent slurp

  2. install other dependencies:

    sudo pacman -S --needed git hyprpaper hyprlock hypridle fastfetch waybar dolphin swappy

  3. install fonts:

    sudo pacman -S --needed ttf-font-awesome otf-font-awesome ttf-jetbrains-mono

  4. (optional) install gtk theme + neovim:

    sudo pacman -S --needed nwg-look neovim papirus-icon-theme

    git clone https://github.com/vinceliuice/Graphite-gtk-theme

    cd Graphite-gtk-theme && ./install.sh

  5. clone and compile wlogout (for the exit menu to work):

    git clone https://github.com/ArtsyMacaw/wlogout.git

    cd wlogout

    meson build

    ninja -C build

    sudo ninja -C build install

  6. copy config files:

    cp -r dotfiles/* ~/.config/

  7. enjoy!

screenshot:

swappy-20240922_003249 cleaned