dotfiles/dot_config/dunst/dunstrc

135 lines
3 KiB
Text
Raw Permalink Normal View History

2023-07-14 20:53:42 -04:00
# dunstrc - dunst(5)
2023-01-24 15:10:27 -05:00
2022-12-22 04:07:12 -05:00
[global]
### Display ###
monitor = 0
2023-02-07 18:07:50 -05:00
follow = keyboard
2023-01-24 15:10:27 -05:00
### Geometry ###
width = 300
height = 300
origin = top-right
offset = 10x50
scale = 0
2023-07-14 20:53:42 -04:00
notification_limit = 5
2023-01-24 15:10:27 -05:00
### Progress bar ###
2022-12-22 04:07:12 -05:00
2023-01-24 15:10:27 -05:00
progress_bar = true
progress_bar_height = 10
progress_bar_frame_width = 1
progress_bar_min_width = 150
progress_bar_max_width = 300
2023-07-14 20:53:42 -04:00
### Appearance ###
2023-01-24 15:10:27 -05:00
indicate_hidden = yes
transparency = 10
separator_height = 2
2022-12-22 04:07:12 -05:00
padding = 8
horizontal_padding = 8
2023-01-24 15:10:27 -05:00
text_icon_padding = 0
2022-12-22 04:07:12 -05:00
frame_width = 3
frame_color = "#222222"
2023-01-24 15:10:27 -05:00
gap_size = 0
2022-12-22 04:07:12 -05:00
separator_color = frame
sort = yes
2023-07-14 20:53:42 -04:00
idle_threshold = 120
corner_radius = 4
2022-12-22 04:07:12 -05:00
### Text ###
font = Hack 11
line_height = 0
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
format = "<b>%s</b>\n%b"
alignment = left
2023-01-24 15:10:27 -05:00
vertical_alignment = center
2022-12-22 04:07:12 -05:00
show_age_threshold = 60
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
### Icons ###
2023-01-24 15:10:27 -05:00
enable_recursive_icon_lookup = true
2023-07-14 20:53:42 -04:00
icon_theme = "Qogir-dark, Papirus-Dark, Adwaita"
2023-01-24 15:10:27 -05:00
icon_position = left
min_icon_size = 32
max_icon_size = 128
2022-12-22 04:07:12 -05:00
### History ###
sticky_history = yes
history_length = 20
### Misc/Advanced ###
2023-01-24 15:10:27 -05:00
browser = /usr/bin/xdg-open
2022-12-22 04:07:12 -05:00
always_run_script = true
title = Dunst
class = Dunst
2023-01-24 15:10:27 -05:00
force_xwayland = false
2022-12-22 04:07:12 -05:00
### Legacy
force_xinerama = false
### mouse
# * none: Don't do anything.
2023-01-24 15:10:27 -05:00
# * do_action: Invoke the action determined by the action_name rule. If there is no
# such action, open the context menu.
# * open_url: If the notification has exactly one url, open it. If there are multiple
# ones, open the context menu.
2022-12-22 04:07:12 -05:00
# * close_current: Close current notification.
# * close_all: Close all notifications.
2023-01-24 15:10:27 -05:00
# * context: Open context menu for the notification.
# * context_all: Open context menu for all notifications.
# These values can be strung together for each mouse event, and
# will be executed in sequence.
2022-12-22 04:07:12 -05:00
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current
[experimental]
per_monitor_dpi = false
[urgency_low]
background = "#222222"
foreground = "#555555"
timeout = 10
2023-01-24 15:10:27 -05:00
#default_icon = /path/to/icon
2022-12-22 04:07:12 -05:00
[urgency_normal]
background = "#222222"
foreground = "#dfdfdf"
timeout = 10
2023-01-24 15:10:27 -05:00
#default_icon = /path/to/icon
2022-12-22 04:07:12 -05:00
[urgency_critical]
2023-01-24 15:10:27 -05:00
background = "#900000"
2022-12-22 04:07:12 -05:00
foreground = "#8a4644"
2023-01-24 15:10:27 -05:00
frame_color = "#ff0000"
2022-12-22 04:07:12 -05:00
timeout = 0
2023-01-24 15:10:27 -05:00
#default_icon = /path/to/icon