Skip to content

Instantly share code, notes, and snippets.

@pavanjadhaw
Created May 16, 2018 13:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavanjadhaw/0a86a8e0f852c88be78724c53874573a to your computer and use it in GitHub Desktop.
Save pavanjadhaw/0a86a8e0f852c88be78724c53874573a to your computer and use it in GitHub Desktop.
[global]
### Display ###
# Which monitor should the notifications be displayed on.
monitor = 0
follow = mouse
geometry = "250x50-40+40"
indicate_hidden = yes
shrink = yes
transparency = 0
notification_height = 0
separator_height = 4
padding = 16
horizontal_padding = 16
frame_width = 0
frame_color = "#c0c5ce"
separator_color = frame
sort = yes
idle_threshold = 0
# font = Roboto 8
font = GohuFont 8
# font = UW Ttyp0 8
line_height = 4
markup = full
format = "%s\n%b"
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = true
show_indicators = yes
icon_position = off
max_icon_size = 32
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
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]
per_monitor_dpi = false
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[base16_low]
msg_urgency = low
background = "#2b303b"
foreground = "#c0c5ce"
[base16_normal]
msg_urgency = normal
background = "#2b303b"
foreground = "#c0c5ce"
[base16_critical]
msg_urgency = critical
background = "#2b303b"
foreground = "#c0c5ce"
# vim: ft=cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment