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 { window#waybar {
background-color: {{ colors.shadow.default.rgba | set_alpha: 0.1 }}; background-color: {{ colors.shadow.default.rgba | set_alpha: 0.5 }};
color: @primary; color: @primary;
} }
@@ -76,6 +76,7 @@ tooltip {
border-radius: 10px; border-radius: 10px;
margin-left: 60px; margin-left: 60px;
margin-right: 60px; margin-right: 60px;
background-color: @surface;
} }
#clock { #clock {
+2 -1
View File
@@ -24,5 +24,6 @@ image = [
rules = [ rules = [
{ mime = "application/pdf", use = "pdf" }, { mime = "application/pdf", use = "pdf" },
{ mime = "image/png", use = "image" }, { mime = "image/png", use = "image" },
{ mime = "image/jpg", use = "image" } { mime = "image/jpg", use = "image" },
{ mime = "image/jpeg", use = "image" },
] ]
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
./setup.sh ./setup.sh $1