48 lines
701 B
Text
48 lines
701 B
Text
|
# old hyprland anime wallpaper
|
||
|
$wallpaper = old-hyprland-anime.png
|
||
|
$blur = 1
|
||
|
|
||
|
general {
|
||
|
disable_loading_bar=0
|
||
|
hide_cursor=1
|
||
|
ignore_empty_input=1
|
||
|
}
|
||
|
|
||
|
# Wallpaper
|
||
|
background {
|
||
|
path = wallpapers.d/$wallpaper
|
||
|
color = 0x1b1b1b
|
||
|
|
||
|
blur_passes = $blur
|
||
|
blur_size = 4
|
||
|
noise = 0.03 # increased noise value for a slightly more "rough" look
|
||
|
}
|
||
|
|
||
|
# Title
|
||
|
#label {
|
||
|
# text = Enter your password
|
||
|
# text_align = center
|
||
|
# color = 0xffffffff
|
||
|
#
|
||
|
# font_size = 36
|
||
|
# font_family = Jost
|
||
|
#
|
||
|
# position = 0, -10
|
||
|
# halign = center
|
||
|
# valign = top
|
||
|
#}
|
||
|
|
||
|
# Failure info
|
||
|
label {
|
||
|
text = $FAIL
|
||
|
text_align = center
|
||
|
color = 0xffffffff
|
||
|
|
||
|
font_size = 24
|
||
|
font_family = Jost
|
||
|
|
||
|
position = 0, 10
|
||
|
halign = center
|
||
|
valign = bottom
|
||
|
}
|