mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
De-couple hyprlock themes from layout
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
# Hyprlock — minimal blur with ringed input
|
||||
# ────────────────────────────────────────────────────────────
|
||||
|
||||
source = ~/.config/omarchy/current/theme/hyprlock.conf
|
||||
|
||||
general {
|
||||
disable_loading_bar = true
|
||||
no_fade_in = false
|
||||
@ -9,7 +11,7 @@ general {
|
||||
|
||||
background {
|
||||
monitor =
|
||||
color = rgba(26,27,38,1.0) # #1a1b26 solid color
|
||||
color = $color
|
||||
}
|
||||
|
||||
animations {
|
||||
@ -23,17 +25,17 @@ input-field {
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
|
||||
outer_color = rgba(205,214,244,1.0) # #cdd6f4
|
||||
inner_color = $inner_color
|
||||
outer_color = $outer_color
|
||||
outline_thickness = 4
|
||||
|
||||
font_family = CaskaydiaMono Nerd Font
|
||||
font_size = 32
|
||||
font_color = rgba(205,214,244,1.0)
|
||||
font_color = $font_color
|
||||
|
||||
placeholder_color = rgba(205,214,244,0.6)
|
||||
placeholder_color = $placeholder_color
|
||||
placeholder_text = Enter Password
|
||||
check_color = rgba(68, 157, 171, 1.0)
|
||||
check_color = $check_color
|
||||
fail_text = Wrong
|
||||
|
||||
rounding = 0
|
||||
|
Reference in New Issue
Block a user