summaryrefslogtreecommitdiffstats
path: root/.config/dunst/dunstrc.1
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-10-05 16:53:07 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-10-05 16:53:07 +0530
commitfc824fa5ee5deb5e93a142d5dfe52b717ef22caa (patch)
tree0b0dcd9b8c4229e340821fc3e628247ec6e2cae3 /.config/dunst/dunstrc.1
parent6b5d60fc05f814bbc5bd7132a17c726d3a029a39 (diff)
downloaddotfiles-fc824fa5ee5deb5e93a142d5dfe52b717ef22caa.tar.gz
dotfiles-fc824fa5ee5deb5e93a142d5dfe52b717ef22caa.tar.bz2
dotfiles-fc824fa5ee5deb5e93a142d5dfe52b717ef22caa.zip
nee configs
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.