馃敡 Where my dotfiles lives in harmony and peace, most of the time
1# Import Catppuccin Frappe colors
2source = ~/.config/hypr/frappe.conf
3
4background {
5 monitor =
6 path = screenshot
7 blur_passes = 3
8 blur_size = 8
9 noise = 0.0117
10 contrast = 0.8916
11 brightness = 0.8172
12 vibrancy = 0.1696
13 vibrancy_darkness = 0.0
14}
15
16input-field {
17 monitor =
18 size = 250, 50
19 outline_thickness = 2
20 dots_size = 0.2
21 dots_spacing = 0.15
22 dots_center = true
23 dots_rounding = -1
24 outer_color = $blue
25 inner_color = $surface0
26 font_color = $text
27 fade_on_empty = false
28 fade_timeout = 1000
29 placeholder_text = <span foreground="##$overlay0Alpha">Enter Password...</span>
30 hide_input = false
31 rounding = 15
32 check_color = $green
33 fail_color = $red
34 fail_text = <span foreground="##$redAlpha">$FAIL</span>
35 fail_transition = 300
36
37 position = 0, -20
38 halign = center
39 valign = center
40}
41
42label {
43 monitor =
44 text = $TIME
45 color = $text
46 font_size = 70
47 font_family = JetBrainsMono Nerd Font
48
49 position = 0, 120
50 halign = center
51 valign = center
52}