Hyprland config

Signed-off-by: Mahesh Asolkar <mahesh@mahesha.com>
This commit is contained in:
2026-03-01 09:18:26 -08:00
parent d6d292e35f
commit c398284102
7 changed files with 514 additions and 0 deletions

34
hypr/hyprlock.conf Normal file
View File

@@ -0,0 +1,34 @@
general {
no_fade_in = false
grab_keyboard_focus = true
}
background {
monitor =
path = ~/.config/locked.1.jpg # Or path to image
blur_passes = 2
}
input-field {
monitor =
size = 200, 50
outline_thickness = 3
dots_size = 0.33
dots_spacing = 0.15
font_color = rgb(200, 200, 200)
inner_color = rgb(0, 0, 0)
outer_color = rgb(151515)
position = 0, -20
halign = center
valign = center
}
label {
monitor =
text = $TIME
color = rgba(200, 200, 200, 1.0)
font_size = 64
position = 0, 80
halign = center
valign = center
}