Initial commit - created with claude AI
This commit is contained in:
52
.config/hypr/hyprlock.conf
Normal file
52
.config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,52 @@
|
||||
# ╔═══════════════════════════════════════════════════════════════════╗
|
||||
# ║ HYPRARCH - Hyprlock Config ║
|
||||
# ╚═══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Pictures/wallpapers/default.jpg
|
||||
blur_passes = 2
|
||||
blur_size = 6
|
||||
contrast = 0.8
|
||||
brightness = 0.7
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.35
|
||||
dots_center = true
|
||||
outer_color = rgba(88c0d0ee)
|
||||
inner_color = rgba(2e3440ee)
|
||||
font_color = rgb(eceff4)
|
||||
fade_on_empty = false
|
||||
placeholder_text = <i>Password...</i>
|
||||
hide_input = false
|
||||
position = 0, -120
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = rgba(eceff4ee)
|
||||
font_size = 64
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = Hi, $USER
|
||||
color = rgba(88c0d0ee)
|
||||
font_size = 20
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user