feat: generate themes

This commit is contained in:
2026-08-21 18:11:18 +02:00
parent 2fdc8e735a
commit 49d3f7550e
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
}
window#waybar {
background-color: {{ colors.shadow.default.rgba | set_alpha: 0.1 }};
background-color: {{ colors.shadow.default.rgba | set_alpha: 0.5 }};
color: @primary;
}
@@ -76,6 +76,7 @@ tooltip {
border-radius: 10px;
margin-left: 60px;
margin-right: 60px;
background-color: @surface;
}
#clock {
+2 -1
View File
@@ -24,5 +24,6 @@ image = [
rules = [
{ mime = "application/pdf", use = "pdf" },
{ mime = "image/png", use = "image" },
{ mime = "image/jpg", use = "image" }
{ mime = "image/jpg", use = "image" },
{ mime = "image/jpeg", use = "image" },
]