Update README.md
This commit is contained in:
parent
41e09ae073
commit
452b4dbe76
|
@ -1,3 +1,25 @@
|
|||
## Theme Switcher
|
||||
|
||||
Create a folder for your theme and add your configuration.
|
||||
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.
|
||||
|
||||
## 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"
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user