Hyprland-dotfiles/waybar
2023-10-17 19:49:54 +00:00
..
themes Fix exit position 2023-10-17 15:22:31 +02:00
launch.sh Adding bottom theme 2023-10-09 19:54:14 +02:00
modules.json Change Waybar Themes Icon 2023-10-17 09:42:03 +02:00
README.md Update README.md 2023-10-17 19:49:54 +00:00
themeswitcher.sh Add config files to waybar themes 2023-10-10 16:54:41 +02:00

Theme Switcher

Select a theme with SUPER + CTRL + T (custom Hyprland key binding)

Create your own theme

Please check the configurations of the folders in ~/dotfiles/waybar/themes/

Create a folder for your theme and add your configuration.

The main theme folder holds the core config file.

Create subfolders to save variations.

Stylesheet

The style.css saves the Stylesheet of the theme.

Define Theme name

Add a config.sh file to save the theme name. Add it to the main or subfolders for variations.

#!/bin/bash
theme_name="ML4W Light"