mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
hyprlock: added label and grace period
hyprlock: change welcome message
This commit is contained in:
parent
b285e5c155
commit
c84c19739f
|
@ -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
|
||||||
|
}
|
Loading…
Reference in a new issue