Skip to content

Customization

JADRT22 edited this page Feb 20, 2026 · 1 revision

๐ŸŽจ Customization Guide

๐Ÿ“‚ Adding New Waybar Layouts

To add a new layout to the switcher:

  1. Save your Waybar config file in ~/.config/waybar/configs/.
  2. Ensure your layout's CSS file imports the Wallust color file:
    @import "../../wallust/colors-waybar.css";
  3. Open the Hub (Super+Shift+H) and select your new layout!

๐Ÿ“ Editing Wallust Templates

All templates are located in the repository. If you want to change how colors are applied to a specific app:

  1. Edit the corresponding .template file.
  2. Run WaybarTheme.sh --switch to re-generate the colors.

โš™๏ธ Persistent Settings

Your choices are saved in ~/.config/WaybarDynamicTheme/config.conf. You can manually edit this file to change the default transition type or FPS.

Clone this wiki locally