update: reconfigured hyprland nvim and other things
This commit is contained in:
32
dot_config/dunst/dunstrc
Normal file
32
dot_config/dunst/dunstrc
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user