fuzzel/hyprlock: refresh theme and lockscreen wallpaper

This commit is contained in:
s0wlz (Matthias Puchstein)
2025-12-31 02:26:38 +01:00
parent c3e95ca6d2
commit ba236a48a9
2 changed files with 21 additions and 17 deletions

View File

@@ -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

View File

@@ -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