diff --git a/dot_config/fuzzel/themes/apex-neon.ini b/dot_config/fuzzel/themes/apex-neon.ini index c4bb8c0..5e94581 100644 --- a/dot_config/fuzzel/themes/apex-neon.ini +++ b/dot_config/fuzzel/themes/apex-neon.ini @@ -1,12 +1,15 @@ +# Apex Neon — Fuzzel Theme +# DNA: State over Decoration + [colors] -background=#050505ff -text=#edededff -prompt=#edededff -placeholder=#404040ff -input=#edededff -match=#ffb700ff -selection=#00eaffff -selection-text=#050505ff -selection-match=#ff0044ff -counter=#ffb700ff -border=#ff0044ff +background=050505ff +text=edededff +match=00eaffff +selection=ff0044ff +selection-text=050505ff +selection-match=00eaffff +border=00eaffff + +[border] +width=2 +radius=0 \ No newline at end of file diff --git a/dot_config/hypr/hyprlock.conf.tmpl b/dot_config/hypr/hyprlock.conf.tmpl index b37e430..f36b2df 100644 --- a/dot_config/hypr/hyprlock.conf.tmpl +++ b/dot_config/hypr/hyprlock.conf.tmpl @@ -1,12 +1,13 @@ {{- $lock_bg := "" -}} -{{- range .monitors -}} - {{- if index . "primary" -}} - {{- $lock_bg = .wallpaper -}} - {{- end -}} +{{- with (index .chezmoi.config.data "lockscreen-wallpaper") -}} + {{- $lock_bg = . -}} {{- end -}} {{- if eq $lock_bg "" -}} - {{- /* Fallback if no primary wallpaper is found */ -}} - {{- $lock_bg = "/home/mpuchstein/Pictures/wallpaper/default.jpg" -}} + {{- range .monitors -}} + {{- if index . "primary" -}} + {{- $lock_bg = .wallpaper -}} + {{- end -}} + {{- end -}} {{- end -}} general { hide_cursor = true