๐ My Hyprland Dots
January 8, 2026 ยท View on GitHub
A minimal yet powerful Hyprland setup crafted for elegance, performance, and customization. Built with precision and just a whisper of darkness~
โจ Features
- ๐ช Dynamic tiling with Hyprland
- ๐ผ๏ธ Wallpaper management using Hyperpaper & Waypaper
- ๐ป Terminal : Kitty, fast and GPU-accelerated
- ๐ Clean, informative Waybar
- ๐ Application launcher using Rofi
- ๐งพ Fast system info via Fastfetch
- ๐จ Smooth transitions and animations
- ๐ Touchpad gestures for workspace switching
- ๐ก Network and ๐ต Bluetooth tray applets
๐ธ Screenshots

โ๏ธ Requirements
- Fedora Workstation 42
- Hyprland
kittyโ terminal emulator (GPU-based and themeable)hyperpaperโ lightweight wallpaper toolwaypaperโ GUI wallpaper managerfastfetchโ for fetching system infowaybar,rofiโ bar and launchernetwork-manager-applet,bluemanโ for tray supportmako- for notification
๐ป Installation
Auto Installation
git clone https://github.com/sofyan-rs/hyprdots.git
cd hyprdots
chmod +x install.sh
./install.sh
Manual Installation
- Install requirement
# install requirement
sudo dnf install hyprland
sudo dnf install rofi
sudo dnf install waybar
sudo dnf install power-profiles-daemon
sudo dnf install grim slurp wl-clipboard
sudo dnf install hyprpicker
# hyprpaper
sudo dnf install dnf-plugins-core
sudo dnf copr enable solopasha/hyprland
sudo dnf install hyprpaper
# waypaper
sudo dnf install waypaper
# notification daemon
sudo dnf install mako
sudo dnf install python3-pydbus
# network manager
sudo dnf install NetworkManager network-manager-applet
# bluetooth manager
sudo dnf install bluez bluez-tools blueman
# apply gtk-theme
sudo dnf install nwg-look
sudo dnf install adw-gtk3-theme
sudo flatpak override --filesystem=xdg-data/themes
sudo flatpak mask org.gtk.Gtk3theme.adw-gtk3-dark
- Clone this repository
git clone https://github.com/sofyan-rs/hyprdots.git
cd hyprdots
- Copy all config folder to ~/.config
cp -r .config/* ~/.config/
- Copy all fonts to to ~/.local/share/fonts
cp -r .local/share/fonts/* ~/.local/share/fonts/
fc-cache -fv
- Copy all icons to to ~/.icons
mkdir -p ~/.icons
cp -r .icons/* ~/.icons/
- Copy .local/bin/waybar-mako-notif.py to ~/.local/bin
mkdir -p ~/.local/bin
cp .local/bin/waybar-mako-notif.py ~/.local/bin/
chmod +x ~/.local/bin/waybar-mako-notif.py
- Set GTK-Theme using nwg-look
- Reboot
๐ง Customization
Wallpapers : Put your favorites in the Pictures/Wallpapers/ folder and configure using waypaper
Monitors : Ensure correct monitor names (e.g., eDP-1, HDMI-A-1)
Keybindings : Adjust bind= lines in hyprland.conf
โค๏ธ Credits
Special thanks to:
Fedora for best Distro
Hyprland for the amazing Wayland WM
The open-source community for endless inspiration