feat: generate themes
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
./setup.sh
|
./setup.sh $1
|
||||||
|
|||||||
Reference in New Issue
Block a user