Skip to content

sofyan-rs/hyprdots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 My Hyprland Dots

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

Desktop

⚙️ Requirements

  • Fedora Workstation 42
  • Hyprland
  • kitty – terminal emulator (GPU-based and themeable)
  • hyperpaper – lightweight wallpaper tool
  • waypaper – GUI wallpaper manager
  • fastfetch – for fetching system info
  • waybar, rofi – bar and launcher
  • network-manager-applet, blueman – for tray support
  • mako - 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

About

My Hyprland Desktop Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published