diff options
Diffstat (limited to '.config/hypr/hyprlock.conf')
-rw-r--r-- | .config/hypr/hyprlock.conf | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf new file mode 100644 index 0000000..9aa8ce1 --- /dev/null +++ b/.config/hypr/hyprlock.conf | |||
@@ -0,0 +1,88 @@ | |||
1 | source = $HOME/.config/hypr/mocha.conf | ||
2 | |||
3 | $accent = $mauve | ||
4 | $accentAlpha = $mauveAlpha | ||
5 | $font = Iosevka Aile | ||
6 | |||
7 | # GENERAL | ||
8 | general { | ||
9 | disable_loading_bar = true | ||
10 | hide_cursor = true | ||
11 | } | ||
12 | |||
13 | # BACKGROUND | ||
14 | background { | ||
15 | monitor = | ||
16 | path = $HOME/desk/pics/lockscreen.jpg | ||
17 | blur_passes = 0 | ||
18 | color = $base | ||
19 | } | ||
20 | |||
21 | # TIME | ||
22 | label { | ||
23 | monitor = | ||
24 | text = $TIME | ||
25 | color = $text | ||
26 | font_size = 90 | ||
27 | font_family = $font | ||
28 | position = -30, 0 | ||
29 | halign = right | ||
30 | valign = top | ||
31 | } | ||
32 | |||
33 | # DATE | ||
34 | label { | ||
35 | monitor = | ||
36 | text = cmd[update:43200000] date +"%A, %d %B %Y" | ||
37 | color = $text | ||
38 | font_size = 25 | ||
39 | font_family = $font | ||
40 | position = -30, -150 | ||
41 | halign = right | ||
42 | valign = top | ||
43 | } | ||
44 | |||
45 | # USER AVATAR | ||
46 | image { | ||
47 | monitor = | ||
48 | path = $HOME/desk/pics/big_cat_hi.jpeg | ||
49 | size = 100 | ||
50 | border_color = $accent | ||
51 | position = 0, 75 | ||
52 | halign = center | ||
53 | valign = center | ||
54 | } | ||
55 | |||
56 | # INPUT FIELD | ||
57 | input-field { | ||
58 | monitor = | ||
59 | size = 300, 60 | ||
60 | outline_thickness = 4 | ||
61 | dots_size = 0.2 | ||
62 | dots_spacing = 0.2 | ||
63 | dots_center = true | ||
64 | outer_color = $accent | ||
65 | inner_color = $surface0 | ||
66 | font_color = $text | ||
67 | fade_on_empty = false | ||
68 | placeholder_text = <span foreground="##$textAlpha"><i> logged in as </i><span foreground="##$accentAlpha">$USER</span></span> | ||
69 | hide_input = false | ||
70 | check_color = $accent | ||
71 | fail_color = $red | ||
72 | fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> | ||
73 | capslock_color = $yellow | ||
74 | position = 0, -47 | ||
75 | halign = center | ||
76 | valign = center | ||
77 | } | ||
78 | |||
79 | label { | ||
80 | monitor = | ||
81 | text = no place like home | ||
82 | color = $text_color | ||
83 | font_size = 20 | ||
84 | font_family = $font_family | ||
85 | position = 30, -30 | ||
86 | halign = left | ||
87 | valign = top | ||
88 | } | ||