This commit is contained in:
Stephan Raabe 2023-10-18 07:22:09 +02:00
parent d39c241ef7
commit d39602cc76

View File

@ -1,22 +1,24 @@
## Theme Switcher ## Theme Switcher
Select a theme with SUPER + CTRL + T (custom Hyprland key binding) Select a theme with SUPER + CTRL + T (custom Hyprland key binding) to execute the themeswitcher.sh script. The script will open rofi to show the themes in the folder ~/dotfiles/waybar/themes/
## Waybar Documentation
Waybar github: https://github.com/Alexays/Waybar
Waybar Wiki: https://github.com/Alexays/Waybar/wiki
## Create your own theme ## Create your own theme
Please check the configurations of the folders in ~/dotfiles/waybar/themes/ Please check the configurations of the folders in ~/dotfiles/waybar/themes/
Create a folder for your theme and add your configuration. A good starting point is to copy the default folder with the default waybar theme.
Create a folder for your theme and add your configuration. The main theme folder holds the core config file and stylesheet.
Create subfolders to save variations like in the folder ml4w.
The main theme folder holds the core config file. You can include stylesheets from other themes to standardize your themes like in the theme ml4w-bottom.
Create subfolders to save variations.
## Stylesheet ## Stylesheet
The style.css saves the Stylesheet of the theme. The style.css saves the Stylesheet of the theme.
## Define Theme name ## Define theme name
Add a config.sh file to save the theme name. Add it to the main or subfolders for variations. Add a config.sh file to save the theme name. Add it to the main or subfolders for variations.