77 lines
1.9 KiB
Plaintext
77 lines
1.9 KiB
Plaintext
background {
|
|
monitor =
|
|
path = $HOME/.config/hypr/wp.png
|
|
color = rgba(59,66,82,1)
|
|
|
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
|
blur_size = 5
|
|
blur_passes = 0 # 0 disables blurring
|
|
noise = 0.0117
|
|
contrast = 1.3000 # Vibrant!!!
|
|
brightness = 0.8000
|
|
vibrancy = 0.2100
|
|
vibrancy_darkness = 0.0
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 450, 50
|
|
outline_thickness = 3
|
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 1.00 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
outer_color = rgba(59,66,82,1)
|
|
inner_color = rgba(59,66,82,1)
|
|
font_color = rgba(235,203,139,1)
|
|
fade_on_empty = true
|
|
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
|
hide_input = false
|
|
position = 0, 60
|
|
halign = center
|
|
valign = bottom
|
|
}
|
|
|
|
|
|
# Current time
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%H") </big></b>"
|
|
color =rgb(255,255,255)
|
|
font_size = 128
|
|
font_family = HackJBMLigatured-Regular 10
|
|
position = 0, 140
|
|
halign = center
|
|
valign = center
|
|
}
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%M") </big></b>"
|
|
color =rgb(255,255,255)
|
|
font_size = 128
|
|
font_family = HackJBMLigatured-Regular 10
|
|
position = 0, -20
|
|
halign = center
|
|
valign = center
|
|
}
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%d %b") </big></b>"
|
|
color =rgb(163,190,140)
|
|
font_size = 16
|
|
font_family = HackJBMLigatured-Regular 10
|
|
position = 0, -160
|
|
halign = center
|
|
valign = center
|
|
}
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%A") </big></b>"
|
|
color =rgb(163,190,140)
|
|
font_size = 16
|
|
font_family = HackJBMLigatured-Regular 10
|
|
position = 0, -180
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|