mirror of https://gitlab.com/meliurwen/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.6 KiB
99 lines
2.6 KiB
[global]
|
|
|
|
monitor = 0
|
|
follow = mouse
|
|
geometry = "330x50-20+40"
|
|
indicate_hidden = yes
|
|
shrink = no
|
|
transparency = 0
|
|
notification_height = 0
|
|
separator_height = 4
|
|
padding = 16
|
|
horizontal_padding = 16
|
|
frame_width = 1
|
|
frame_color = "#9e1553"
|
|
separator_color = frame
|
|
sort = yes
|
|
idle_threshold = 120
|
|
font = "Ubuntu Nerd Font" 10
|
|
line_height = 4
|
|
markup = full
|
|
format = "<b>%s</b>\n%b"
|
|
alignment = left
|
|
show_age_threshold = 60
|
|
word_wrap = yes
|
|
ignore_newline = no
|
|
stack_duplicates = false
|
|
hide_duplicate_count = false
|
|
show_indicators = yes
|
|
icon_position = left
|
|
max_icon_size = 32
|
|
|
|
## Paths to default icons.
|
|
icon_path = ${HOME}/.icons/Adwaita-dark-custom/32x32/status/:/usr/share/icons/hicolor/scalable/apps/:/usr/share/icons/hicolor/48x48/apps/
|
|
sticky_history = yes
|
|
history_length = 20
|
|
dmenu = /usr/bin/dmenu -p dunst:
|
|
browser = /usr/bin/firefox -new-tab
|
|
always_run_script = true
|
|
title = Dunst
|
|
class = Dunst
|
|
startup_notification = false
|
|
force_xinerama = false
|
|
|
|
# Experimental features that may or may not work correctly. Do not expect them
|
|
# to have a consistent behaviour across releases.
|
|
[experimental]
|
|
# Calculate the dpi to use on a per-monitor basis.
|
|
# If this setting is enabled the Xft.dpi value will be ignored and instead
|
|
# dunst will attempt to calculate an appropriate dpi value for each monitor
|
|
# using the resolution and physical size. This might be useful in setups
|
|
# where there are multiple screens with very different dpi values.
|
|
per_monitor_dpi = false
|
|
|
|
[shortcuts]
|
|
|
|
# Shortcuts are specified as [modifier+][modifier+]...key
|
|
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
|
# "mod3" and "mod4" (windows-key).
|
|
# Xev might be helpful to find names for keys.
|
|
|
|
# Close notification.
|
|
close = ctrl+space
|
|
|
|
# Close all notifications.
|
|
close_all = ctrl+shift+space
|
|
|
|
# Redisplay last message(s).
|
|
# On the US keyboard layout "grave" is normally above TAB and left
|
|
# of "1". Make sure this key actually exists on your keyboard layout,
|
|
# e.g. check output of 'xmodmap -pke'
|
|
history = ctrl+grave
|
|
|
|
# Context menu.
|
|
context = ctrl+shift+period
|
|
|
|
[urgency_low]
|
|
# IMPORTANT: colors have to be defined in quotation marks.
|
|
# Otherwise the "#" and following would be interpreted as a comment.
|
|
background = "#2e2c2e"
|
|
foreground = "#bb90a3"
|
|
timeout = 1
|
|
# Icon for notifications with low urgency, uncomment to enable
|
|
#icon = /path/to/icon
|
|
|
|
[urgency_normal]
|
|
background = "#2e2c2e"
|
|
foreground = "#bb90a3"
|
|
timeout = 4
|
|
# Icon for notifications with normal urgency, uncomment to enable
|
|
#icon = /path/to/icon
|
|
|
|
[urgency_critical]
|
|
background = "#262626"
|
|
foreground = "#bb9090"
|
|
frame_color = "#ff0000"
|
|
timeout = 0
|
|
# Icon for notifications with critical urgency, uncomment to enable
|
|
#icon = /path/to/icon
|
|
|
|
|