-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
hide_input
not working after upgrade to v0.7
#694
Comments
hide_input
not working after upprade to v0.7hide_input
not working after upgrade to v0.7
I had to change |
A normal color is also a valid gradient. What did you actually change to make it work? |
This is updated config which is working: input-field {
size = 480, 4
halign = center
valign = center
rounding = 0
position = 0, 0
outline_thickness = 8
dots_size = 0
dots_spacing = 0
dots_center = true
hide_input = true
fade_on_empty = true
swap_font_color = true
font_color = rgb(000000)
inner_color = rgba(0, 0, 0, 0.0)
fail_color = rgb(fa005f) #fa005f
check_color = rgb(32f891) #32f891
capslock_color = rgb(faf76e) #faf76e
outer_color = rgba(33ccffee) rgba(00ff99ee) rgba(faf76eee)
placeholder_text = <span> $USER</span>
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
} |
I'm also experiencing weirdness with My original config (pre 0.7.0) set If I change to the multi-gradient suggested by @yavorski ( However, if I change My ideal scenario for how My full input-field {
monitor =
placeholder_text =
size = 100, 100
hide_input = true
outline_thickness = 15
inner_color = rgba(0, 0, 0, 0.5)
outer_color = rgba(255, 0, 0, 0)
font_family = JetBrains Mono Extrabold
fail_text = $FAIL <b>($ATTEMPTS)</b>
} I'm running a fully up-to-date Arch Linux system with Hyprlock v0.7.0 installed from the official repository. |
So when changing all the color transitions from a rgb to oklab for more consistent color transitions, I changed it so that we take the first color of the When you look at a oklab color wheel like this one: https://observablehq.com/@shan/oklab-color-wheel, we basically select a random color within a ring. If the outer color has hue 0 (in the context of rgb that means r=g=b), the ring that we select colors from is completely uniform. Making this base color independent of |
Regression?
Yes
Hyprlock Info and Version
Hyprlock version v0.7.0
Hyprlock config
Compositor Info and Version
System/Version info
Description
hide_input
(swaylock like) indicator is not showing after latest update.How to reproduce
Test with
hide_input = true
previous version and new version.Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered: