64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
|
source = appearance.conf
|
||
|
|
||
|
# BACKGROUND
|
||
|
background {
|
||
|
monitor =
|
||
|
path = ~/.config/hypr/wallpaper.png
|
||
|
blur_passes = 3
|
||
|
contrast = 0.8916
|
||
|
brightness = 0.8172
|
||
|
vibrancy = 0.1696
|
||
|
vibrancy_darkness = 0.0
|
||
|
}
|
||
|
|
||
|
# GENERAL
|
||
|
general {
|
||
|
no_fade_in = false
|
||
|
grace = 0
|
||
|
disable_loading_bar = true
|
||
|
}
|
||
|
|
||
|
# INPUT FIELD
|
||
|
input-field {
|
||
|
monitor = DP-1
|
||
|
size = 200, 40
|
||
|
outline_thickness = 2
|
||
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||
|
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
||
|
dots_center = true
|
||
|
outer_color = rgba(0, 0, 0, 0)
|
||
|
inner_color = rgba(0, 0, 0, 0.5)
|
||
|
font_color = $fg
|
||
|
fade_on_empty = false
|
||
|
placeholder_text =
|
||
|
hide_input = false
|
||
|
position = 0, -650 #-120
|
||
|
halign = center
|
||
|
valign = center
|
||
|
}
|
||
|
|
||
|
# TIME
|
||
|
label {
|
||
|
monitor = DP-1
|
||
|
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||
|
color = $fg
|
||
|
font_size = 240
|
||
|
font_family = eurofurence
|
||
|
position = 0, -300
|
||
|
halign = center
|
||
|
valign = top
|
||
|
}
|
||
|
|
||
|
# USER
|
||
|
label {
|
||
|
monitor = DP-1
|
||
|
text = Enter your password
|
||
|
color = $fg
|
||
|
font_size = 14
|
||
|
font_family = eurofurence
|
||
|
position = 0, -690 # -40
|
||
|
halign = center
|
||
|
valign = center
|
||
|
|
||
|
}
|