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