blob: 2e964f72e7ccdf3a4e5eb86a1e07dcf658b9c31c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
source = /home/silly/.cache/wal/colors-hyprland.conf
background {
monitor =
path = /home/silly/.config/wallpaper/2.jpg
color = $background
blur_passes = 2
contrast = 1
brightness = 0.5
vibrancy = 0.2
vibrancy_darkness = 0.2
}
general {
hide_cursor = false
ignore_empty_input = true
}
input-field {
monitor =
size = 250, 60
outline_thickness = 2
dots_size = 0.2
dots_spacing = 0.35
dots_center = true
outer_color = rgba(255, 255, 255, 0.6)
inner_color = rgb(25, 25, 25)
font_color = $foreground
fade_on_empty = false
rounding = -1
check_color = $color2
fail_color = $color1
placeholder_text = <i>password...</i>
hide_input = false
position = 0, -200
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
color = $foreground
font_size = 22
font_family = JetBrains Mono
position = 0, 300
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo "$(date +"%-I:%M")"
color = $foreground
font_size = 95
font_family = JetBrains Mono Extrabold
position = 0, 200
halign = center
valign = center
}
|