Skip to content

Instantly share code, notes, and snippets.

@nicoe
Created May 3, 2021 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoe/6aa23ee75b88cd62ec8c633e7415eb6a to your computer and use it in GitHub Desktop.
Save nicoe/6aa23ee75b88cd62ec8c633e7415eb6a to your computer and use it in GitHub Desktop.
dunstrc
[global]
geometry = "400x5-30+20"
transparency = 0
padding = 8
horizontal_padding = 8
frame_width = 3
frame_color = "#aaaaaa"
separator_color = frame
idle_threshold = 120
font = FiraCode 10
markup = full
format = "%s\n%b"
show_indicators = yes
icon_position = "left"
icon_path = "/usr/share/icons/gnome/32x32/status/:/usr/share/icons/gnome/32x32/devices/"
max_size = 32
follow = "keyboard"
word_wrap = true
dmenu = /usr/bin/rofi -dmenu
[shortcuts]
close = ctrl+BackSpace
history = ctrl+minus
context = ctrl+space
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
frame_color = "#ff0000"
timeout = 60
[urgency_low]
background = "#f6fc7b"
# vim: ft=cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment