Skip to content

Minimal Hyprland dotfiles with Waybar, Kitty and Wofi

Notifications You must be signed in to change notification settings

ma2su/dotfiles-hyprland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ dotfiles-hyprland

Minimal Hyprland dotfiles focused on a clean, fast and keyboard-driven workflow.


🖼️ Preview

Hyprland desktop preview Other stuff Other stuff Other stuff


🧩 Components

  • Window Manager: Hyprland
  • Status Bar: Waybar
  • Terminal: Kitty
  • Launcher: Wofi
  • Notifications: SwayNC

✨ Features

  • Minimal and distraction-free UI
  • Keyboard-oriented workflow
  • Lightweight and fast configuration
  • Custom scripts for system control
  • Clean and portable paths ($HOME based)

📁 Repository Structure

hypr/        → Hyprland configuration
waybar/     → Waybar config and styling
kitty/      → Kitty terminal configuration
wofi/       → Application launcher config
swaync/     → Notification daemon config
scripts/    → Custom shell scripts
wallpapers/ → Wallpapers
screenshots/→ Desktop previews

🚀 Installation

⚠️ [!CAUTION]
These dotfiles are personal and may require adjustments depending on your setup.

  1. Clone the repository:
    git clone https://github.com/ma2su/dotfiles-hyprland.git
    cd dotfiles-hyprland
  2. Copy the configurations:

    Copy the desired configurations manually to your ~/.config/ directory:

    cp -r hypr waybar kitty wofi swaync ~/.config/
  3. Execution permissions:

    Don't forget to make your scripts executable:

    chmod +x ~/.config/hypr/scripts/*

Built with ❤️ by ma2su