FAQ - Pahasara/HyprDots GitHub Wiki
Solution: Restart Waybar after applying new settings:
pkill waybar && waybar &
Or press Windows SHIFT + B
.
Solution: Check if Hyprland is installed:
which Hyprland
If not found, install it via Pacman:
sudo pacman -S hyprland
Solution: Ensure Vulkan drivers are installed:
sudo pacman -S vulkan-intel
For AMD GPUs:
sudo pacman -S vulkan-radeon
Use the waymod
script:
./waymod <preset> <theme>
Example:
./waymod slant breeze
hyprctl reload