Skip to content

Installation

JADRT22 edited this page Feb 20, 2026 · 1 revision

🚀 Installation Guide

Setting up WaybarDynamicTheme is designed to be straightforward thanks to the automated installer.

1. Requirements

Ensure you have the following installed:

  • Hyprland & SWWW
  • Waybar
  • Wallust (v3.0+)
  • Rofi
  • Gsettings (standard on most distros)

2. Cloning and Setup

Run these commands in your terminal:

git clone https://github.com/JADRT22/WaybarDynamicTheme.git
cd WaybarDynamicTheme
chmod +x setup.sh
./setup.sh

3. Wallust Templates

The setup script links templates to ~/.config/wallust/templates/. You must now tell Wallust to use them by editing your ~/.config/wallust/wallust.toml.

Refer to the Home page or the main README for a full config example.

4. Keybinds

Add these to your Hyprland config (usually ~/.config/hypr/UserConfigs/UserKeybinds.conf):

bind = $mainMod, G, exec, ~/.config/hypr/scripts/WaybarTheme.sh --switch
bind = $mainMod SHIFT, H, exec, ~/.config/hypr/scripts/WaybarTheme.sh --hub

Clone this wiki locally