De-couple hyprlock themes from layout

This commit is contained in:
DrInfinite
2025-07-10 18:43:08 +05:30
parent 6e05a51b65
commit 77524a7afa
9 changed files with 45 additions and 242 deletions

View File

@ -2,45 +2,12 @@
# Hyprlock — Nord theme
# ────────────────────────────────────────────────────────────
general {
disable_loading_bar = true
no_fade_in = false
}
$color = rgba(46,52,64,1.0) # #2e3440 solid color
background {
monitor =
color = rgba(46,52,64,1.0) # #2e3440 solid color
}
$inner_color = rgba(46,52,64,0.8) # #2e3440 with opacity
$outer_color = rgba(216,222,233,1.0) # #d8dee9
animations {
enabled = false
}
$font_color = rgba(216,222,233,1.0)
input-field {
monitor =
size = 600, 100
position = 0, 0
halign = center
valign = center
inner_color = rgba(46,52,64,0.8) # #2e3440 with opacity
outer_color = rgba(216,222,233,1.0) # #d8dee9
outline_thickness = 4
font_family = CaskaydiaMono Nerd Font
font_size = 32
font_color = rgba(216,222,233,1.0)
placeholder_color = rgba(216,222,233,0.6)
placeholder_text = Enter Password 󰈷 
check_color = rgba(136, 192, 208, 1.0)
fail_text = Wrong
rounding = 0
shadow_passes = 0
fade_on_empty = false
}
auth {
fingerprint:enabled = true
}
$placeholder_color = rgba(216,222,233,0.6)
$check_color = rgba(136, 192, 208, 1.0)