fuzzel/hyprlock: refresh theme and lockscreen wallpaper
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user