update: reconfigured hyprland nvim and other things

This commit is contained in:
2025-11-27 20:24:18 +03:00
parent a2f5381eba
commit 4e98365dab
432 changed files with 48232 additions and 154 deletions

View File

@ -3,8 +3,7 @@ general {
}
background {
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
path = $HOME/.config/hypr/Wallpaper/pink.png # only png supported for now
path = $HOME/.config/hypr/Wallpaper/kita.png
blur_passes = 1 # 0 disables blurring
blur_size = 3
noise = 0.0117
@ -17,8 +16,8 @@ background {
input-field {
size = 250, 60
outline_thickness = 2
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
dots_size = 0.2
dots_spacing = 0.2
dots_center = true
outer_color = rgba(51, 204, 255, 0.93)
inner_color = rgba(10, 0, 30, 1)