[Build] Do full build

This commit is contained in:
2025-04-25 16:16:14 +02:00
parent 0b349fb038
commit 7f21fb3ee3
17 changed files with 141 additions and 111 deletions

View File

@@ -4,13 +4,15 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i {{{ wallpaper-path }}}
general {
col.active_border = {{ colour-accent-rgb }} {{ colour-accent-2-rgb }} {{ colour-accent-3-rgb }} 45deg
col.inactive_border = {{ colour-inactive-rgb }}
col.active_border = {{ colour-accent-hyprland }} {{ colour-accent-2-hyprland }} {{ colour-accent-3-hyprland }} 45deg
col.inactive_border = {{ colour-inactive-background-hyprland }}
}
decoration {
shadow {
color = {{ shadow_colour }}
color = {{ colour-shadow-hyprland }}
}
}

View File

@@ -18,7 +18,7 @@ general {
# └ ┘
background {
monitor =
path = {{ lockpaper-path }} # Or screenshot
path = {{{ lockpaper-path }}} # Or screenshot
blur_passes = 1
}

View File

@@ -26,7 +26,7 @@ button:hover {
button:focus {
background-color: {{ colour-accent-rgb }};
color: {{ colour-primary-rgb }};
color: {{ colour-foreground-rgb }};
}
#lock {

View File

@@ -1,2 +1,2 @@
[flavor]
use = {{ yazi-theme }}
use = "{{ yazi-theme }}"