Hyprdots - Aesthetic Dotfiles for Hyprland

Hyprland - A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks Waybar - Highly customizable Wayland bar for Sway and Wlroots based compositors Hyprlock - Hyprland's GPU-accelerated screen locking utility Z Shell Kitty - Cross-platform, fast, feature-rich, GPU based terminal Rofi - A window switcher, application launcher and dmenu replacement Cliphist - Wayland clipboard manager Zathura is a highly customizable and functional document viewer Simple Desktop Display Manager Dunst - Lightweight and customizable notification daemon Terminal Multiplexer

Stars Stars Last Commit

![home](Assets/main.png) ![powermenu](Assets/k9s_cava.png) ![btop](Assets/btop.png) ![powermenu](Assets/powermenu.png) ![powermenu](Assets/go_2.png) ![launcher](Assets/launcher.png) ## Wallpaper [Wallpaper](https://drive.google.com/drive/folders/1Eog40yvrTshjDLVIETVncBKcDsvPLMIX?usp=sharing) --- ## 🚀 Quick Installation Guide ### đŸ“Ļ Programs Included - **Window Manager**: Hyprland (Tiling) - **Status Bar**: Waybar - **Notification Manager**: Dunst - **Browser**: Zen - **Color Picker**: hyprpicker - **Wallpaper Utility**: hyprpaper - **Screenshot Utility**: grim + slurp - **App Launcher**: Rofi - **Terminal Emulator**: kitty - **Shell**: Zsh - **Media Controls**: playerctl - **Power Management**: acpi - **Brightness Control**: brightnessctl - **Audio Management**: pamixer, PulseAudio - **Network Management**: NetworkManager (nmcli), iwd (iNet Wireless Daemon) > â„šī¸ **For more detailed guidance**, check out [this](./Resources.md) --- ## đŸ› ī¸ Installation Steps 1. **Clone the repository** to your home directory like `~` or `/home/username` : ```sh git clone https://github.com/ad1822/hyprdots ~/hyprdots ``` 2. **Navigate to the cloned directory**: ```sh cd ~/hyprdots ``` 3. **Run the setup script**: ```sh sudo bash ./setup.sh ``` 4. **GTK Theme Setup**: - [Catppuccin Gtk theme](https://github.com/catppuccin/gtk/releases) - I use [`ngw-look`](https://github.com/nwg-piotr/nwg-look) to configure GTK themes and styles. --- ## âš ī¸ Important Notice (Read Before Running Setup) > ### **Warning:** > > This setup script will **move your existing config files** (e.g., for Waybar, Kitty, Hyprland, etc.) to a backup folder at `~/.config_backup`. Then, it will copy the new configs from this repo into your `~/.config` directory. > > ### What this means: > > - Your current setup will be **replaced**. > - If you have customizations you care about, **back them up manually** or review the script before running. > - Fonts and themes will be installed system-wide in your `~/.local/share/fonts` directory. ---