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

73 lines
1.3 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 = fantasque sans mono 10
font = clear sans medium 10
2017-02-20 23:39:22 +00:00
line_height = 5
allow_markup = yes
format = "<b>%s</b>\n%b %p"
alignment = center
word_wrap = yes
ignore_newline = no
2017-02-20 23:39:22 +00:00
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/
2017-02-23 03:30:07 +00:00
# pseudo centered
#geometry = "-180x0+80+10"
2017-02-23 03:30:07 +00:00
# top right corner
geometry = "0x0-10+30"
2017-02-23 03:30:07 +00:00
2017-02-20 23:39:22 +00:00
shrink = yes
padding = 12
horizontal_padding = 10
separator_color = frame
separator_height = 4
2017-02-20 23:39:22 +00:00
[frame]
width = 3
2017-02-20 23:39:22 +00:00
color = "#601809"
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"
2017-02-23 03:30:07 +00:00
timeout = 5
2017-02-20 23:39:22 +00:00
[urgency_normal]
background = "#171717"
foreground = "#e8d0c3"
2017-02-23 03:30:07 +00:00
timeout = 10
2017-02-20 23:39:22 +00:00
[urgency_critical]
background = "#fb4245"
foreground = "#171717"
# vim: ft=cfg