-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Label is not updating without input-field #134
Comments
For me the label not updating happens when I have external monitors attached and has nothing to do with the input field being visible or not. When I type something sometimes the labels get updated once or twice. Most of the time they start glitching. |
I have three monitors and similar config for a clock label. I notice that the time only updates on one of the displays. The others only update when I type. |
Seconding this. Having the same issue. Running hyprland-git from AUR |
Same here. Got three monitors always attached, but two are just displaying an image. The middle has all the labels and input fields, and the time only gets updated when typing. |
If input field is hidden - the label is not updating
My config
input-field {
monitor =
size = 200, 50
outline_thickness = 3
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
# dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
# outer_color = rgb(151515)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true
placeholder_text = Password # Text rendered in the input box when it's empty.
hide_input = false
# rounding = -1 # -1 means complete rounding (circle/oval)
position = 0, -50
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo " $(date +"%H:%M:%S") "
color = rgba(200, 200, 200, 1.0)
font_size = 64
font_family = Noto Sans
position = 0, 16
halign = center
valign = center
}
The clock stuck at the time of locking and changes seconds only when input is visible
system:
Arch
hyprlock installed with yay
The text was updated successfully, but these errors were encountered: