mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
first commit
This commit is contained in:
25
home/.config/dunst/dunstrc
Normal file
25
home/.config/dunst/dunstrc
Normal file
@@ -0,0 +1,25 @@
|
||||
[global]
|
||||
frame_color = "#cad3f5"
|
||||
separator_color= frame
|
||||
font = "JetBrains Mono Regular 11"
|
||||
corner_radius = 10
|
||||
offset = 5x5
|
||||
origin = top-right
|
||||
notification_limit = 8
|
||||
gap_size = 7
|
||||
frame_width = 2
|
||||
width = 300
|
||||
height = 100
|
||||
|
||||
[urgency_low]
|
||||
background = "#24273A"
|
||||
foreground = "#CAD3F5"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#24273A"
|
||||
foreground = "#CAD3F5"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#24273A"
|
||||
foreground = "#CAD3F5"
|
||||
frame_color = "#F5A97F"
|
Reference in New Issue
Block a user