Welcome to my personal Arch Linux + Hyprland rice setup. This was my playground for learning the deep internals of Linux, Wayland compositors, and customization from scratch. Now that I'm moving to Linux Mint for stability and daily usage, I'm preserving and sharing this build as a milestone in my Linux journey.
- WM: Hyprland (Wayland compositor)
- Bar: Waybar
- Terminal: Kitty
- Launcher: Rofi
- Notifications: Dunst
- File Manager: Thunar
- Theme: Arc-Blue-sky-Dark
- Icon Theme: Papirus-Dark
- Cursor Theme: Catppuccin-Mocha-Dark
- Music Controls: ncmpcpp + custom notifier
- Weather Widget: custom
weather.shusing Open-Meteo - Wallpaper Manager: swaybg
This rice focused on:
- Minimal, clean interface
- Blended workspace navigation via gestures and keybinds
- Subtle animations for windows
- Waybar with CPU, RAM, Weather, Music, Power controls
- Offline-resilient scripts (e.g., weather cache fallback)
- Volume & Brightness Controls
- Workspace Indicators
- Spotify/MPD support
- Live Weather (fallback enabled)
- Power Controls (Suspend, Logout, Shutdown)
arch-hyprland-custom/
├── .config/
│ ├── hypr/ # Hyprland config
│ ├── waybar/ # Waybar JSON config + styles
│ ├── rofi/ # Launcher styling
│ ├── kitty/ # Terminal styling
│ ├── dunst/ # Notification styling
├── scripts/ # Custom bash scripts
│ ├── weather.sh # Weather info via Open-Meteo
│ ├── ncmpcppnotif.sh # Music change notifier
├── wallpapers/ # Custom wallpaper(s)
├── screenshots/ # Desktop screenshots
├── LICENSE
└── README.md # This fileInstall the following tools:
sudo pacman -S hyprland waybar kitty rofi dunst thunar swaybg playerctl jq curl brightnessctl pamixer ncmpcpp mpdOptional AUR packages:
yay -S catppuccin-cursors-mocha papirus-icon-theme arc-themeClone the repo:
git clone https://github.com/mert-kaya/arch-hyprland-custom.git
cd arch-hyprland-customCopy configs:
cp -r .config/* ~/.config/
cp -r scripts ~/Reload Hyprland:
hyprctl reload- Hyprland
- Waybar
- Catppuccin
- Papirus Icon Theme
- Arch Wiki for always being my sensei
Enjoy the rice. Improve it. Fork it. Break it. Rebuild it.
Mert Kaya
2025

