[Build] Do full build
This commit is contained in:
@@ -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 }}
|
||||
}
|
||||
}
|
||||
|
@@ -18,7 +18,7 @@ general {
|
||||
# └ ┘
|
||||
background {
|
||||
monitor =
|
||||
path = {{ lockpaper-path }} # Or screenshot
|
||||
path = {{{ lockpaper-path }}} # Or screenshot
|
||||
|
||||
blur_passes = 1
|
||||
}
|
||||
|
@@ -26,7 +26,7 @@ button:hover {
|
||||
|
||||
button:focus {
|
||||
background-color: {{ colour-accent-rgb }};
|
||||
color: {{ colour-primary-rgb }};
|
||||
color: {{ colour-foreground-rgb }};
|
||||
}
|
||||
|
||||
#lock {
|
||||
|
@@ -1,2 +1,2 @@
|
||||
[flavor]
|
||||
use = {{ yazi-theme }}
|
||||
use = "{{ yazi-theme }}"
|
||||
|
Reference in New Issue
Block a user