[Build] Change wallpaper

This commit is contained in:
2026-04-23 16:45:27 +02:00
parent fe14b2c78f
commit bb737e524e
7 changed files with 77 additions and 77 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
$fg-color: #C8DCFF;
$bg-color: #0A0A0F;
$accent-color: #565656;
$accent-color-2: #565656;
$shadow-color: rgba(0, 0, 2, 0.3);
$fg-color: #E6E6E6;
$bg-color: #141414;
$accent-color: #5C9B3F;
$accent-color-2: #1674B9;
$shadow-color: rgba(40, 40, 40, 0.3);
$monospace-font: Source Code Pro
+3 -3
View File
@@ -4,15 +4,15 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/other/there-is-no-place-like-home.jpg
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/nvim/nvim-simple.png
general {
col.active_border = rgba(565656cc) rgba(565656cc) rgba(dfdfdfcc) 45deg
col.active_border = rgba(5c9b3fcc) rgba(1674b9cc) rgba(282828cc) 45deg
col.inactive_border = rgb(000000)
}
decoration {
shadow {
color = rgb(000002)
color = rgb(282828)
}
}
+2 -2
View File
@@ -14,7 +14,7 @@
# └ ┘
background {
monitor =
path = /home/janis/NextCloud/Wallpapers/hypercar/cadillac-v-r.jpg # Or screenshot
path = /home/janis/NextCloud/Wallpapers/nvim/nvim-simple.png # 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(86, 86, 86)
outer_color = rgb(92, 155, 63)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true
+6 -6
View File
@@ -1,10 +1,10 @@
* {
background: #0A0A0F;
background-selected: #141419;
foreground: #C8DCFF;
accent: #565656;
accent-two: #565656;
// border-color: #DFDFDF;
background: #141414;
background-selected: #1E1E1E;
foreground: #E6E6E6;
accent: #5C9B3F;
accent-two: #1674B9;
// border-color: #282828;
inactive: #C8C8C8;
spacing: 2;
width: 30em;
+4 -4
View File
@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(10, 10, 15, 0.5);
background-color: rgba(20, 20, 20, 0.5);
}
button {
@@ -22,12 +22,12 @@ button {
}
button:hover {
background-color: rgba(86, 86, 86, 0.5);
background-color: rgba(22, 116, 185, 0.5);
}
button:focus {
background-color: rgb(86, 86, 86);
color: rgb(200, 220, 255);
background-color: rgb(22, 116, 185);
color: rgb(230, 230, 230);
}
#lock {
+2 -2
View File
@@ -1,3 +1,3 @@
[flavor]
dark = "tokyo-night"
light = "tokyo-night"
dark = "vscode-dark-modern"
light = "vscode-dark-modern"