FAQ - Pahasara/HyprDots GitHub Wiki

1. Waybar is not displaying correctly

Solution: Restart Waybar after applying new settings:

pkill waybar && waybar &

Or press Windows SHIFT + B.

2. Hyprland is not launching

Solution: Check if Hyprland is installed:

which Hyprland

If not found, install it via Pacman:

sudo pacman -S hyprland

3. Vulkan is not working with MPV

Solution: Ensure Vulkan drivers are installed:

sudo pacman -S vulkan-intel

For AMD GPUs:

sudo pacman -S vulkan-radeon

4. How to change Waybar themes easily?

Use the waymod script:

./waymod <preset> <theme>

Example:

./waymod slant breeze

5. How to restart Hyprland without logging out?

hyprctl reload

⚠️ **GitHub.com Fallback** ⚠️