add: waybar

This commit is contained in:
kenji
2025-12-27 11:05:09 -06:00
parent 46c08d95ec
commit b9471c83ed
6 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<* for name, value in colors *>
$image = {{image}}
${{name}} = rgba({{value.default.hex_stripped}}ff)
* endfor *>
<* endfor *>
+7
View File
@@ -0,0 +1,7 @@
/*
* Css Colors
* Generated with Matugen
*/
<* for name, value in colors *>
@define-color {{name}} {{value.default.hex}};
<* endfor *>