[Build] Use other wallpaper

This commit is contained in:
2026-02-25 09:38:59 +01:00
parent c37a641060
commit 5f1f69a6db
7 changed files with 77 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
$fg-color: #E6E6E6;
$bg-color: #141414;
$accent-color: #EBC405;
$accent-color-2: #B81C15;
$shadow-color: rgba(40, 40, 40, 0.3);
$fg-color: #C8DCFF;
$bg-color: #0A0A0F;
$accent-color: #565656;
$accent-color-2: #565656;
$shadow-color: rgba(0, 0, 2, 0.3);
$monospace-font: Source Code Pro

View File

@@ -4,15 +4,15 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/hypercar/ferrari_499p.jpg
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/other/there-is-no-place-like-home.jpg
general {
col.active_border = rgba(ebc405cc) rgba(b81c15cc) rgba(673722cc) 45deg
col.active_border = rgba(565656cc) rgba(565656cc) rgba(dfdfdfcc) 45deg
col.inactive_border = rgb(000000)
}
decoration {
shadow {
color = rgb(282828)
color = rgb(000002)
}
}

View File

@@ -14,7 +14,7 @@
# └ ┘
background {
monitor =
path = /home/janis/NextCloud/Wallpapers/hypercar/ferrari_499p-closeup.jpg # Or screenshot
path = /home/janis/NextCloud/Wallpapers/hypercar/cadillac-v-r.jpg # Or screenshot
blur_passes = 1
}
@@ -29,7 +29,7 @@ input-field {
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
outer_color = rgb(235, 196, 5)
outer_color = rgb(86, 86, 86)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true

View File

@@ -1,10 +1,10 @@
* {
background: #141414;
background-selected: #1E1E1E;
foreground: #E6E6E6;
accent: #EBC405;
accent-two: #B81C15;
// border-color: #673722;
background: #0A0A0F;
background-selected: #141419;
foreground: #C8DCFF;
accent: #565656;
accent-two: #565656;
// border-color: #DFDFDF;
inactive: #C8C8C8;
spacing: 2;
width: 30em;

View File

@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(20, 20, 20, 0.5);
background-color: rgba(10, 10, 15, 0.5);
}
button {
@@ -22,12 +22,12 @@ button {
}
button:hover {
background-color: rgba(184, 28, 21, 0.5);
background-color: rgba(86, 86, 86, 0.5);
}
button:focus {
background-color: rgb(184, 28, 21);
color: rgb(230, 230, 230);
background-color: rgb(86, 86, 86);
color: rgb(200, 220, 255);
}
#lock {

View File

@@ -1,3 +1,3 @@
[flavor]
dark = "vscode-dark-modern"
light = "vscode-dark-modern"
dark = "tokyo-night"
light = "tokyo-night"