mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Super minimal hyprlock config
This commit is contained in:
@ -3,36 +3,35 @@
|
||||
# ────────────────────────────────────────────────────────────
|
||||
|
||||
general {
|
||||
hide_cursor = true
|
||||
grace = 0
|
||||
disable_loading_bar = true
|
||||
no_fade_in = false
|
||||
}
|
||||
|
||||
background {
|
||||
monitor = # all monitors
|
||||
path = screenshot
|
||||
blur_size = 5
|
||||
blur_passes = 3
|
||||
monitor =
|
||||
color = rgba(26,27,38,1.0) # #1a1b26 solid color
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor = # primary monitor
|
||||
position = 0,0
|
||||
halign = center
|
||||
valign = center
|
||||
size = 260,56
|
||||
monitor =
|
||||
size = 600, 100
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
# ring
|
||||
outline_thickness = 3
|
||||
outer_color = rgba(255,255,255,0.7) # keep box invisible
|
||||
inner_color = rgba(0,0,0,0)
|
||||
inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
|
||||
outer_color = rgba(205,214,244,1.0) # #cdd6f4
|
||||
outline_thickness = 2
|
||||
|
||||
rounding = 0
|
||||
font_size = 32
|
||||
font_color = rgba(205,214,244,1.0)
|
||||
placeholder_text = Password
|
||||
placeholder_color = rgba(205,214,244,0.6)
|
||||
rounding = 0
|
||||
shadow_passes = 0
|
||||
fade_on_empty = false
|
||||
|
||||
# text & dots
|
||||
font_color = rgb(230,230,230)
|
||||
placeholder_text = Enter password
|
||||
hide_input = false
|
||||
dots_size = 0.4
|
||||
dots_spacing = 0.2
|
||||
dots_center = true
|
||||
icon_enabled = true
|
||||
icon_position = right
|
||||
icon_color = rgba(205,214,244,1.0)
|
||||
}
|
||||
|
Reference in New Issue
Block a user