summaryrefslogtreecommitdiffstats
path: root/.config/dunst/dunstrc.1
diff options
context:
space:
mode:
Diffstat (limited to '.config/dunst/dunstrc.1')
-rw-r--r--.config/dunst/dunstrc.119
1 files changed, 9 insertions, 10 deletions
diff --git a/.config/dunst/dunstrc.1 b/.config/dunst/dunstrc.1
index 8cb4303..2e609b8 100644
--- a/.config/dunst/dunstrc.1
+++ b/.config/dunst/dunstrc.1
@@ -99,12 +99,7 @@
# <u>underline</u>
#
# For a complete reference see
- # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
- #
- # strip: This setting is provided for compatibility with some broken
- # clients that send markup even though it's not enabled on the
- # server. Dunst will try to strip the markup but the parsing is
- # simplistic so using this option outside of matching rules for
+ # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>. strip: This setting is provided for compatibility with some broken clients that send markup even though it's not enabled on the server. Dunst will try to strip the markup but the parsing is simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
@@ -165,7 +160,7 @@
max_icon_size = 32
# Paths to default icons.
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+ icon_path = /usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/
### History ###
@@ -278,14 +273,14 @@
foreground = "#ffffff"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
- icon = /home/brodie/.config/dunst/normal.png
+ icon = /home/surgot/.config/dunst/normal.png
[urgency_normal]
background = "#2b2b2b"
foreground = "#ffffff"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
- icon = /home/brodie/.config/dunst/normal.png
+ icon = /home/surgot/.config/dunst/normal.png
[urgency_critical]
background = "#900000"
@@ -293,7 +288,11 @@
frame_color = "#ff0000"
timeout = 5
# Icon for notifications with critical urgency, uncomment to enable
- icon = /home/brodie/.config/dunst/critical.png
+ icon = /home/surgot/.config/dunst/critical.png
+
+[play_sound]
+ summary = "*"
+ script = /home/surgot/.local/bin/alert
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.