hyprlock: added label and grace period

hyprlock: change welcome message
This commit is contained in:
Aly Raffauf 2024-04-06 11:19:49 -04:00
parent b285e5c155
commit c84c19739f

View file

@ -1,3 +1,8 @@
general {
grace = 5
}
background { background {
monitor = monitor =
color = rgba(ca9ee6cc) color = rgba(ca9ee6cc)
@ -30,9 +35,20 @@ input-field {
numlock_color = -1 numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above) bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off invert_numlock = false # change color if numlock is off
swap_font_color = false # see below
position = 0, 0 position = 0, 0
halign = center halign = center
valign = center valign = center
} }
label {
monitor =
text = wb $USER 󱠡
color = rgb(250, 250, 250)
font_size = 25
font_family = NotoSans Nerd Font
position = 0, 80
halign = center
valign = center
}