dotfiles/dunst/dunstrc
2025-02-04 07:23:29 -06:00

55 lines
1021 B
Plaintext

[global]
separator_color=frame
monitor = 1
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
font = Hack Nerd Font 8
markup = full
#format = "󰟪 %a\n<b>󰋑 %s</b>\n%b"
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
enable_posix_regex = true
[experimental]
per_monitor_dpi = false
[Type-1]
summary = "t1"
format = "<b>%a</b>"
[Type-2]
summary = "t2"
format = "<span size="250%">%a</span>\n%b"
[urgency_low]
background = "#1E1E2E"
foreground = "#CDD6F4"
frame_color = "#2F3130"
timeout = 10
[urgency_normal]
background = "#1E1E2E"
foreground = "#CDD6F4"
frame_color = "#575C5B"
timeout = 10
[urgency_critical]
background = "#1E1E2E"
foreground = "#CDD6F4"
frame_color = "#FAB387"
timeout = 0