move ghostty and hyprland to dotfiles

This commit is contained in:
Johannes Knopp
2025-09-06 16:23:15 +02:00
parent 14e4d4fe3e
commit 465634d8bf
16 changed files with 3290 additions and 2 deletions

View File

@ -0,0 +1,37 @@
general {
disable_loading_bar = true
grace = 2
hide_cursor = true
no_fade_in = false
}
background {
monitor =
path = screenshot
blur_passes = 3
blur_size = 8
}
input-field {
monitor =
size = 200, 50
position = 0, -80
dots_center = true
fade_on_empty = false
font_color = rgb(202, 211, 245)
inner_color = rgb(91, 96, 120)
outer_color = rgb(24, 25, 38)
outline_thickness = 5
placeholder_text = <span foreground="##cad3f5">Password...</span>
shadow_passes = 2
}
label {
monitor =
text = Hi there, $USER
font_size = 20
font_family = RobotoMono Nerd Font Mono
position = 0, 160
halign = center
valign = center
}