Add more waybar theming options

This commit is contained in:
Stephan Raabe
2023-10-09 17:27:03 +02:00
parent 31e189f376
commit 3d90068978
12 changed files with 959 additions and 335 deletions

View File

@@ -0,0 +1,14 @@
/* -----------------------------------------------------
* Import Pywal colors
* ----------------------------------------------------- */
@import '../../../../../.cache/wal/colors-waybar.css';
@define-color backgroundlight @color8;
@define-color backgrounddark #FFFFFF;
@define-color bordercolor @color8;
@define-color textcolor1 @color8;
@define-color textcolor2 #FFFFFF;
@define-color textcolor3 #FFFFFF;
@define-color iconcolor @color8;
@import '../style.css';