🏡 index : github.com/captn3m0/dotfiles.git

[global]
font = Input Sans Narrow 12

markup = yes
plain_text = no

format = "<b>%s</b>\n%b"
sort = no
indicate_hidden = yes
alignment = right
bounce_freq = 1
show_age_threshold = 60;
word_wrap = yes
geometry = "500x50-15+49"

# Shrink window if it's smaller than the width.  Will be ignored if
# width is 0.
shrink = no

# The transparency of the window.  Range: [0; 100].
# This option will only work if a compositing windowmanager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 5

# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.
# Set to 0 to disable.
idle_threshold = 20

# Which monitor should the notifications be displayed on.
# This picks the one with keyboard focus
follow = keyboard

# Should a notification popped up from history be sticky or timeout
# as if it would normally do.
sticky_history = yes

# Maximum amount of notifications kept in history
history_length = 15

# Display indicators for URLs (U) and actions (A).
show_indicators = yes

# The height of a single line.  If the height is smaller than the
# font height, it will get raised to the font height.
# This adds empty space above and under the text.
line_height = 3

notification_height = 80

# Draw a line of "separatpr_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 5;

# Define a color for the separator.
# possible values are:
#  * auto: dunst tries to find a color fitting to the background;
#  * foreground: use the same color as the foreground;
#  * frame: use the same color as the frame;
#  * anything else will be interpreted as a X color.
separator_color = auto

# Padding between text and separator.
padding = 10

# Horizontal padding.
horizontal_padding = 6

frame_width = 2

# Hide duplicate's count and stack them
stack_duplicates = yes
hide_duplicates_count = yes

# Align icons left/right/off
icon_position = off
max_icon_size = 80

# Paths to default icons.
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/

notification_limit = 10

### Progress bar ###

# Turn on the progess bar. It appears when a progress hint is passed with
# for example dunstify -h int:value:12
progress_bar = true

# Set the progress bar height. This includes the frame, so make sure
# it's at least twice as big as the frame width.
progress_bar_height = 10

# Set the frame width of the progress bar
progress_bar_frame_width = 1

# Set the minimum width for the progress bar
progress_bar_min_width = 150

# Set the maximum width for the progress bar
progress_bar_max_width = 300

    # Show how many messages are currently hidden (because of
    # notification_limit).
    indicate_hidden = yes

# Context menu.

[shortcuts]
close = mod4+x
close_all = mod4+n
history = mod4+backslash
context = ctrl+shift+period

[urgency_low]
frame_color = "#2c3e50"
foreground = "#ecf0f1"
background = "#95a5a6"
timeout = 4

[urgency_normal]
frame_color = "#95a5a6"
foreground = "#34495e"
background = "#ecf0f1"
timeout = 6

[urgency_critical]
frame_color = "#e74c3c"
foreground = "#ecf0f1"
background = "#e74c3c"
timeout = 20

[fullscreen_delay_everything]
    fullscreen = delay
[fullscreen_show_critical]
    msg_urgency = critical
    fullscreen = show