dotfiles/config/dunst/dunstrc

64 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-09-26 19:32:00 +00:00
[global]
alignment = left
always_run_script = true
browser = /usr/bin/qutebrowser
class = Dunst
dmenu = /usr/bin/dmenu -p dunst:
ellipsize = middle
2016-10-28 08:28:16 +00:00
follow = none
font = DejaVu Sans 10
force_xinerama = false
format = "<b>%s %p</b>\n%b"
frame_color = "#A6E22E"
frame_width = 3
geometry = "500x5-30+20"
hide_duplicate_count = false
2015-09-26 19:32:00 +00:00
history_length = 20
horizontal_padding = 8
icon_path = /usr/share/icons/gnome/256x256/status/:/usr/share/icons/gnome/256x256/devices/
icon_position = left
idle_threshold = 120
ignore_newline = no
indicate_hidden = yes
2015-09-26 19:32:00 +00:00
line_height = 0
markup = full
max_icon_size = 48
monitor = 0
notification_height = 0
2015-09-26 19:32:00 +00:00
padding = 8
separator_color = frame
separator_height = 2
show_age_threshold = 60
show_indicators = yes
shrink = no
sort = yes
stack_duplicates = true
2015-09-26 19:32:00 +00:00
startup_notification = false
sticky_history = yes
title = Dunst
transparency = 0
verbosity = mesg
word_wrap = yes
[experimental]
per_monitor_dpi = false
2015-09-26 19:32:00 +00:00
[shortcuts]
2016-10-28 08:28:16 +00:00
close_all = ctrl+mod4+n
close = mod4+n
2016-10-28 08:28:16 +00:00
context = mod1+mod4+n
history = shift+mod4+n
2015-09-26 19:32:00 +00:00
[urgency_low]
background = "#272822"
foreground = "#F8F8F2"
frame_color = "#A6E22E"
2015-09-26 19:32:00 +00:00
timeout = 10
[urgency_normal]
background = "#272822"
foreground = "#F8F8F2"
frame_color = "#F4BF75"
2015-09-26 19:32:00 +00:00
timeout = 10
[urgency_critical]
background = "#272822"
foreground = "#F8F8F2"
frame_color = "#F92672"
2015-09-26 19:32:00 +00:00
timeout = 0