This commit is contained in:
Kris
2026-03-28 18:43:25 +02:00
parent c87bd55ce3
commit e4e6309652
44 changed files with 717 additions and 841 deletions

View File

@@ -1 +0,0 @@
/nix/store/gf589vl2qg1qfciqy728pda0izimggdh-home-manager-files/.config/hypr/hyprlock.conf

40
config/hypr/hyprlock.conf Normal file
View File

@@ -0,0 +1,40 @@
# GENERAL
general {
no_fade_in = true
no_fade_out = true
disable_loading_bar = false
hide_cursor = false
ignore_empty_input = true
immediate_render = false
text_trim = true
}
#BACKGROUND
background {
monitor =
color = rgba(0,0,0,0)
# path = ~/Pictures/Wallpapers/israel.png # definetly not a picture of kris and ralsei kissing!!
}
input-field {
monitor =
size = 250, 60
outline_thickness = 0
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
inner_color = rgba(0, 0, 0, 0)
check_color = rgba(0, 0, 0, 0)
fail_color = rgba(0, 0, 0, 0)
font_color = rgb(255, 0, 255)
fade_on_empty = false
font_family = Symbols Nerd Font, SF Pro Display
placeholder_text = Session locked, enter password to unlock!
hide_input = false
fail_text = wrong password mf
position = 0, -30
halign = center
valign = top
zindex = 10
}