update dunst config
This commit is contained in:
parent
7305881a8c
commit
0abf0b0186
1 changed files with 48 additions and 47 deletions
|
@ -1,53 +1,54 @@
|
||||||
# https://github.com/catppuccin/dunst/blob/main/src/mocha.conf
|
# https://github.com/catppuccin/dunst/blob/main/src/mocha.conf
|
||||||
[global]
|
[global]
|
||||||
frame_color = "#89B4FA"
|
frame_color = "#89B4FA"
|
||||||
separator_color= frame
|
separator_color= frame
|
||||||
|
|
||||||
follow = "mouse"
|
follow = "mouse"
|
||||||
width = 300
|
width = 300
|
||||||
height = 145
|
height = 145
|
||||||
origin = top-right
|
origin = top-right
|
||||||
alignment = "left"
|
alignment = "left"
|
||||||
vertical_alignment = "center"
|
vertical_alignment = "center"
|
||||||
ellipsize = "middle"
|
ellipsize = "middle"
|
||||||
offset = "15x15"
|
offset = "15x15"
|
||||||
padding = 15
|
padding = 15
|
||||||
horizontal_padding = 15
|
horizontal_padding = 15
|
||||||
text_icon_padding = 15
|
text_icon_padding = 15
|
||||||
icon_position = "left"
|
icon_position = "left"
|
||||||
min_icon_size = 48
|
min_icon_size = 48
|
||||||
max_icon_size = 64
|
max_icon_size = 64
|
||||||
progress_bar = true
|
progress_bar = true
|
||||||
progress_bar_height = 8
|
progress_bar_height = 8
|
||||||
progress_bar_frame_width = 1
|
progress_bar_frame_width = 1
|
||||||
progress_bar_min_width = 150
|
progress_bar_min_width = 150
|
||||||
progress_bar_max_width = 300
|
progress_bar_max_width = 300
|
||||||
separator_height = 2
|
separator_height = 2
|
||||||
frame_width = 2
|
frame_width = 2
|
||||||
corner_radius = 8
|
corner_radius = 8
|
||||||
transparency = 0
|
transparency = 0
|
||||||
gap_size = 8
|
gap_size = 8
|
||||||
line_height = 0
|
line_height = 0
|
||||||
notification_limit = 0
|
notification_limit = 0
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
history_length = 20
|
history_length = 20
|
||||||
show_age_threshold = 60
|
show_age_threshold = 60
|
||||||
markup = "full"
|
markup = "full"
|
||||||
font = "Atkinson Hyperlegible Pro 10"
|
format = "<b>%a</b>\n<b>%s</b>\n%b"
|
||||||
word_wrap = "yes"
|
font = "Atkinson Hyperlegible Pro 11"
|
||||||
sort = "yes"
|
word_wrap = "yes"
|
||||||
shrink = "no"
|
sort = "yes"
|
||||||
indicate_hidden = "yes"
|
shrink = "no"
|
||||||
sticky_history = "yes"
|
indicate_hidden = "yes"
|
||||||
ignore_newline = "no"
|
sticky_history = "yes"
|
||||||
show_indicators = "no"
|
ignore_newline = "no"
|
||||||
stack_duplicates = true
|
show_indicators = "no"
|
||||||
always_run_script = true
|
stack_duplicates = true
|
||||||
hide_duplicate_count = false
|
always_run_script = true
|
||||||
ignore_dbusclose = false
|
hide_duplicate_count = false
|
||||||
mouse_left_click = "do_action"
|
ignore_dbusclose = false
|
||||||
mouse_middle_click = "close_all"
|
mouse_left_click = "do_action"
|
||||||
mouse_right_click = "close_current"
|
mouse_middle_click = "close_all"
|
||||||
|
mouse_right_click = "close_current"
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#1E1E2E"
|
background = "#1E1E2E"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue