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

32
dot_config/dunst/dunstrc Normal file
View File

@ -0,0 +1,32 @@
[global]
frame_color = "#BD93F9"
separator_color = "#20212C6A"
corner_radius = 10
width = 320
height = (0, 500)
offset = (30, 30)
padding = 20
horizontal_padding = 20
text_icon_padding = 16
frame_width = 2
gap_size = 20
font = "JetBrains Mono Nerd Font 9"
progress_bar_corner_radius = 3
progress_bar_frame_width = 0
progress_bar_height = 7
highlight = "#BD93F9"
origin = bottom-right
[urgency_low]
background = "#20212C6A"
foreground = "#C0CAF5"
[urgency_normal]
background = "#20212C6A"
foreground = "#C0CAF5"
[urgency_critical]
background = "#20212C6A"
foreground = "#C0CAF5"
frame_color = "#F38BA8"