-
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
-
install other dependencies:
sudo pacman -S --needed git hyprpaper hyprlock hypridle fastfetch waybar dolphin swappy
-
install fonts:
sudo pacman -S --needed ttf-font-awesome otf-font-awesome ttf-jetbrains-mono
-
(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
-
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
-
copy config files:
cp -r dotfiles/* ~/.config/
-
enjoy!
screenshot: