summaryrefslogtreecommitdiff
path: root/.config/wal
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-08-13 18:37:28 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-08-13 18:37:28 +0530
commitd2bcdf100726baf18a34bd3c0c68c074827c6d04 (patch)
tree759f880f8b90a5e2fadcc586c9482bb63f07a4bd /.config/wal
parent63eac95d7930cecfb44a3aabe4f3db3ee253fa27 (diff)
sxhkd+dunstrc changes
Diffstat (limited to '.config/wal')
-rw-r--r--.config/wal/templates/dunstrc9
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/wal/templates/dunstrc b/.config/wal/templates/dunstrc
index 3dc4aaa..2207226 100644
--- a/.config/wal/templates/dunstrc
+++ b/.config/wal/templates/dunstrc
@@ -11,7 +11,6 @@
indicate_hidden = yes
shrink = yes
transparency = 10
- #notification_height = 0
# Show multiple notifications in the same box
separator_height = 2
@@ -51,14 +50,13 @@
sticky_history = yes
history_length = 20
dmenu = /usr/bin/dmenu -p dunst:
- browser = /usr/bin/brave-new-tab
+ browser = /usr/bin/brave -new-tab
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true
title = Dunst
class = Dunst
- startup_notification = false
force_xinerama = false
@@ -77,7 +75,8 @@
foreground = "{background}"
[urgency_critical]
- background = "{foreground}"
- foreground = "{background}"
+ background = "#900000"
+ foreground = "#ffffff"
+ fram_color = "ff0000"
# vim:ft=cfg