first upload
This commit is contained in:
37
.config/dunst/dunstrc
Normal file
37
.config/dunst/dunstrc
Normal file
@@ -0,0 +1,37 @@
|
||||
[global]
|
||||
font = JetBrainsMono Nerd Font Bold 10
|
||||
allow_markup = yes
|
||||
format = "<b>%s</b>\n%b"
|
||||
sort = yes
|
||||
indicate_hidden = yes
|
||||
alignment = left
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
geometry = "300x5-10+50"
|
||||
transparency = 0
|
||||
idle_threshold = 120
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
sticky_history = yes
|
||||
line_height = 0
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
separator_height = 2
|
||||
frame_width = 0
|
||||
separator_color = frame
|
||||
|
||||
[urgency_low]
|
||||
background = "#2e3440"
|
||||
foreground = "#d8dee9"
|
||||
timeout = 4
|
||||
|
||||
[urgency_normal]
|
||||
background = "#2e3440"
|
||||
foreground = "#d8dee9"
|
||||
timeout = 6
|
||||
|
||||
[urgency_critical]
|
||||
background = "#2e3440"
|
||||
foreground = "#d8dee9"
|
||||
timeout = 0
|
||||
Reference in New Issue
Block a user