An open API service indexing awesome lists of open source software.

https://github.com/raza-liv/2024-hyprland-configs

Regular Hyprland configs for Arch. Custom preferences for waybar, wofi as well as custom icons. Kitty themes and whole desktop environmet is set up in "Catppucin" pallete (Mocha). Custom fastfetch config
https://github.com/raza-liv/2024-hyprland-configs

arch-linux hyprland waybar wofi

Last synced: 3 months ago
JSON representation

Regular Hyprland configs for Arch. Custom preferences for waybar, wofi as well as custom icons. Kitty themes and whole desktop environmet is set up in "Catppucin" pallete (Mocha). Custom fastfetch config

Awesome Lists containing this project

README

        

# Quick guidline how to install everything

To install yay:
```sh
git clone https://aur.archlinux.org/yay-git
cd yay-git
makepkg -si
```

Then need to install all required packages with yay:
```sh
yay -Syu
yay -S hyprland kitty thunar wofi waybar colloid-catppucin-gtk-theme-git
```

Then pacman packages
```sh
sudo pacman -Syu
sudo pacman -S hyprpaper fastfetch firefox-developer-edition ttf-jetbrains-mono-nerd nwg-look
```