password hint

This commit is contained in:
2025-03-24 21:38:25 +02:00
parent 36f695317d
commit 8ba7e012a2
2 changed files with 31 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ bind = $mainMod, XF86AudioLowerVolume, exec, playerctl -p cider,OCbwoy3_s_iPhone
# Screen locker and logout keybinds # Screen locker and logout keybinds
bind = CTRL ALT, DELETE, exec, wlogout bind = CTRL ALT, DELETE, exec, wlogout
bind = CTRL SUPER ALT, L, exec, hyprlock bind = SUPER SHIFT, L, exec, hyprlock
# Group Stuff, complicated stuff. Enable if you dare! # Group Stuff, complicated stuff. Enable if you dare!
# bind = SUPER, M, togglegroup # bind = SUPER, M, togglegroup

View File

@@ -5,26 +5,52 @@ general {
no_fade_out = true no_fade_out = true
} }
background {
blur_size = 3
blur_passes = 1
}
input-field { input-field {
monitor = monitor =
rounding = 0 rounding = 0
size = 800, 100 size = 800, 100
outline_thickness = 4 outline_thickness = 4
dots_size = 1 dots_size = 0.5
dots_rounding = 0 dots_rounding = 0
dots_spacing = 0.2 dots_spacing = 0.2
dots_center = true dots_center = true
fade_on_empty = false fade_on_empty = false
placeholder_text = [ LOGIN ] placeholder_text = LOGIN
hide_input = false hide_input = false
fail_text = [ FAILED ] fail_text = Wrong password!
position = 0, 0 position = 0, 0
dots_fade_time = 0 dots_fade_time = 0
dots_text_format = 0 dots_text_format = 0
halign = center halign = center
valign = center valign = center
font_family = Monaspace Neon font_family = Geist Mono
outer_color = rgba(0, 0, 0, 0) outer_color = rgba(0, 0, 0, 0)
inner_color = rgba(0, 0, 0, 0) inner_color = rgba(0, 0, 0, 0)
font_color = rgb(255, 0, 0) font_color = rgb(255, 0, 0)
} }
label {
text = cmd[update:1000] if [[ $ATTEMPTS -gt 0 ]]; then echo "Password hint: Favourite Regretevator character"; else echo "$TIME - $LAYOUT"; fi
font_family = Geist
color = rgb(255, 0, 0)
position = 10, -10
halign = center
font_size = 12
valign = top
}
label {
text = cmd[update:1000] playerctl metadata -sf "{{artist}} - {{title}}<br/><small>{{album}}</small>"
font_family = Geist
color = rgb(255, 0, 0)
position = 10, -10
halign = left
font_size = 12
valign = top
}