Init commit

This commit is contained in:
Archie Fox
2025-06-08 06:59:19 +03:00
commit 06b8ee8caf
148 changed files with 18659 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
background {
monitor =
path = /home/fox/Pictures/wall/dark/wallpaper-dark.png
color = rgba(25, 20, 20, 1.0)
blur_passes = 3
}
input-field {
monitor =
size = 20%, 5%
outline_thickness = 3
inner_color = rgba(0, 0, 0, 0.0) # no fill
outer_color = rgba(33ccffee) rgba(00ff99ee) 45deg
check_color=rgba(00ff99ee) rgba(ff6633ee) 120deg
fail_color=rgba(ff6633ee) rgba(ff0066ee) 40deg
font_color = rgb(143, 143, 143)
fade_on_empty = false
fade_timeout = 5000
rounding = 15
placeholder_text = <b>Введите пароль</b>
position = 0, -200
halign = center
valign = center
}
image {
monitor =
path = /home/fox/Pictures/archlogo.png
size = 300
rounding = 0 # no rounding
border_size = 0
position = 0, 500
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo -e "$(date '+%A %d %B %Y года')"
color = rgba(255, 255, 255, 1.0)
font_size = 70
font_family = Noto Sans
position = 0, 200
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo -e "$(date '+%H:%M:%S')"
color = rgba(255, 255, 255, 1.0)
font_size = 90
font_family = Noto Sans
position = 0, 0
halign = center
valign = center
}