dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/dunst/dunstrc

68 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-02-20 23:39:22 +00:00
#
# ~/.config/dunst/dunstrc
#
[global]
bounce_freq = 0
follow = mouse
show_indicators = no
sort = yes
startup_notification = false
transparency = 0
idle_threshold = 120
show_age_threshold = -1
font = audimat mono 10
line_height = 5
allow_markup = yes
format = "<b>%s</b>\n%b %p"
alignment = center
word_wrap = yes
ignore_newline = yes
icon_position = off
icon_folders = /usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/status/
geometry = "-160x0+70+10"
shrink = yes
padding = 12
horizontal_padding = 10
[frame]
width = 4
color = "#601809"
separator_color = auto
separator_height = 4
indicate_hidden = no
history_length = 16
sticky_history = no
browser = /usr/bin/firefox -new-tab
dmenu = /usr/bin/dmenu -p dunst:
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+shift+h
context = ctrl+shift+c
[urgency_low]
background = "#333333"
foreground = "#e8d0c3"
timeout = 10
[urgency_normal]
background = "#171717"
foreground = "#e8d0c3"
timeout = 15
[urgency_critical]
background = "#fb4245"
foreground = "#171717"
timeout = 30
# vim: ft=cfg