feat: add hyprland environment templates

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
ja
2026-05-20 10:49:07 +02:00
co-authored by Junie
parent 54d8729e63
commit bab92f0292
6 changed files with 267 additions and 0 deletions
@@ -0,0 +1,29 @@
general {
no_fade_in = false
grace = 0
disable_loading = true
}
background {
monitor =
color = rgba(25, 20, 20, 1.0)
blur_passes = 2
}
input-field {
monitor =
size = 200, 50
outline_thickness = 3
dots_size = 0.33
dots_spacing = 0.15
dots_center = true
outer_color = rgb(151515)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true
placeholder_text = <i>Input Password...</i>
hide_input = false
position = 0, -20
halign = center
valign = center
}