2024-01-25 00:08:25 -06:00
|
|
|
[global]
|
2025-02-04 07:23:29 -06:00
|
|
|
separator_color=frame
|
2024-07-29 03:57:09 -05:00
|
|
|
monitor = 1
|
2024-03-18 20:07:46 -05:00
|
|
|
follow = none
|
|
|
|
progress_bar_corner_radius = 4
|
|
|
|
icon_corner_radius = 5
|
|
|
|
indicate_hidden = yes
|
|
|
|
transparency = 10
|
|
|
|
separator_height = 2
|
|
|
|
padding = 8
|
|
|
|
horizontal_padding = 8
|
|
|
|
text_icon_padding = 10
|
|
|
|
gap_size = 5
|
|
|
|
sort = yes
|
2025-02-04 07:23:29 -06:00
|
|
|
font = Hack Nerd Font 8
|
2024-03-18 20:07:46 -05:00
|
|
|
markup = full
|
2025-02-04 07:23:29 -06:00
|
|
|
#format = " %a\n<b> %s</b>\n%b"
|
2024-03-18 20:07:46 -05:00
|
|
|
dmenu = /usr/bin/rofi -dmenu -p dunst:
|
|
|
|
title = Dunst
|
|
|
|
class = Dunst
|
|
|
|
force_xwayland = false
|
|
|
|
mouse_left_click = context, close_current
|
|
|
|
mouse_middle_click = do_action, close_current
|
|
|
|
mouse_right_click = close_all
|
2025-02-04 07:23:29 -06:00
|
|
|
enable_posix_regex = true
|
2024-01-25 00:08:25 -06:00
|
|
|
|
|
|
|
[experimental]
|
2024-03-18 20:07:46 -05:00
|
|
|
per_monitor_dpi = false
|
2024-01-25 00:08:25 -06:00
|
|
|
|
|
|
|
[Type-1]
|
2024-03-18 20:07:46 -05:00
|
|
|
summary = "t1"
|
|
|
|
format = "<b>%a</b>"
|
2024-01-25 00:08:25 -06:00
|
|
|
|
|
|
|
[Type-2]
|
2024-03-18 20:07:46 -05:00
|
|
|
summary = "t2"
|
|
|
|
format = "<span size="250%">%a</span>\n%b"
|
2024-01-25 00:08:25 -06:00
|
|
|
|
|
|
|
[urgency_low]
|
2024-03-18 20:07:46 -05:00
|
|
|
background = "#1E1E2E"
|
|
|
|
foreground = "#CDD6F4"
|
|
|
|
frame_color = "#2F3130"
|
|
|
|
timeout = 10
|
2024-01-25 00:08:25 -06:00
|
|
|
|
|
|
|
[urgency_normal]
|
2024-03-18 20:07:46 -05:00
|
|
|
background = "#1E1E2E"
|
|
|
|
foreground = "#CDD6F4"
|
|
|
|
frame_color = "#575C5B"
|
|
|
|
timeout = 10
|
2024-02-26 01:01:35 -06:00
|
|
|
|
2025-02-04 07:23:29 -06:00
|
|
|
[urgency_critical]
|
|
|
|
background = "#1E1E2E"
|
|
|
|
foreground = "#CDD6F4"
|
|
|
|
frame_color = "#FAB387"
|
|
|
|
timeout = 0
|