mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
- Integrated mg_dotfiles as regular directory (not submodule) - Added .zshrc.local.example template for local configs without secrets - Added mg_dotfiles/zsh/.zshrc.local to .gitignore to protect API keys - Updated README to reflect mg_dotfiles integration and new structure - Added nvim configuration directory with LazyVim setup
44 lines
747 B
Plaintext
44 lines
747 B
Plaintext
source = ~/.config/omarchy/current/theme/hyprlock.conf
|
|
|
|
general {
|
|
ignore_empty_input = true
|
|
}
|
|
|
|
background {
|
|
monitor =
|
|
color = $color
|
|
path = ~/.config/omarchy/current/background
|
|
blur_passes = 3
|
|
}
|
|
|
|
animations {
|
|
enabled = false
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 650, 100
|
|
position = 0, 0
|
|
halign = center
|
|
valign = center
|
|
|
|
inner_color = $inner_color
|
|
outer_color = $outer_color
|
|
outline_thickness = 4
|
|
|
|
font_family = CaskaydiaMono Nerd Font
|
|
font_color = $font_color
|
|
|
|
placeholder_text = Enter Password
|
|
check_color = $check_color
|
|
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
|
|
|
rounding = 0
|
|
shadow_passes = 0
|
|
fade_on_empty = false
|
|
}
|
|
|
|
auth {
|
|
fingerprint:enabled = true
|
|
}
|