main
59c7d64 ยท 8 days ago 139 commits
 1$font = Hack Nerd Font Propo
 2
 3general {
 4    hide_cursor = true
 5    no_fade_in = false
 6    grace = 0
 7    disable_loading_bar = true
 8}
 9
10animations {
11    enabled = true
12    bezier = linear, 1, 1, 0, 0
13    animation = fadeIn, 1, 5, linear
14    animation = fadeOut, 1, 5, linear
15    animation = inputFieldDots, 1, 2, linear
16}
17
18background {
19    path = $HOME/.assets/wallpapers/warrior.png
20    blur_passes = 1
21    blur_size = 3
22}
23
24input-field {
25    size = 200, 35
26    outline_thickness = 1
27    inner_color = rgba(0, 0, 0, 0.13) # no fill
28
29    outer_color = rgba(255, 255, 255, 0.1)
30    check_color = rgba(255, 207, 51, 0.62)
31    fail_color = rgba(238, 65, 43, 0.84)
32
33    font_color = rgb(143, 143, 143)
34    fade_on_empty = false
35    rounding = 10
36
37    font_family = $font
38    placeholder_text = Enter Password
39    fail_text = Please Go Away !!
40
41    dots_text_format = ๐Ÿ•ท
42    dots_size = 0.3
43    dots_spacing = 0.3
44
45    position = 0, -300
46    halign = center
47    valign = center
48}
49
50label {
51    text = ุงู„ู„ู‘ูŽู‡ูู…ู‘ูŽ ุฅูู†ู‘ููŠ ุฃูŽุณู’ุฃูŽู„ููƒูŽ ุงู„ู’ู‡ูุฏูŽู‰ ูˆูŽุงู„ุชู‘ูู‚ูŽู‰ ูˆูŽุงู„ู’ุนูŽููŽุงููŽ ูˆูŽุงู„ู’ุบูู†ูŽู‰
52    color = rgba(255, 255, 255, 0.7)
53    font_size = 15
54    font_family = Titr
55    position = 0, -350
56    halign = center
57    valign = center
58}
59
60label {
61    text = Allah, I ask you for guidance, piety, dignified restraint and freedom from need.
62    color = rgba(255, 255, 255, 0.7)
63    font_size = 10
64    font_family = Inter
65    position = 0, -390
66    halign = center
67    valign = center
68}
69
70# label {
71#     text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
72#     color = rgba(255, 255, 255, 0.9)
73#     font_size = 100
74#     font_family = Inter
75#     shadow_passes = 2
76#     shadow_size = 3
77#     position = 700, 150
78#     halign = center
79#     valign = center
80# }
81
82# label {
83#     monitor =
84#     text = cmd[update:43200000] date +"%A, %B %d"
85#     color = rgba(255, 255, 255, 0.7)
86#     font_size = 30
87#     font_family = $font
88    
89#     position = 700, 50
90#     halign = center
91#     valign = center
92# }