summaryrefslogtreecommitdiff
path: root/.config/wal
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-08-19 18:52:26 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-08-19 18:52:26 +0530
commitc3157fd295bfb41e74379549920c05951e1784e7 (patch)
tree6af909896eb314fa95a33cce88011cfd9fc1307f /.config/wal
parent0a8502de2456f83603c039025548791f650123be (diff)
script changes + wal template icon path update
Diffstat (limited to '.config/wal')
-rw-r--r--.config/wal/templates/dunstrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/wal/templates/dunstrc b/.config/wal/templates/dunstrc
index 2207226..a655da8 100644
--- a/.config/wal/templates/dunstrc
+++ b/.config/wal/templates/dunstrc
@@ -46,7 +46,8 @@
show_indicators = yes
icon_position = left
max_icon_size = 40
- icon_path = /usr/share/icons/Adwaita/512x512/devices/
+##since dunst runs as root on startup $USER would point to root dir
+ icon_path = /home/saumit/.local/share/icons/
sticky_history = yes
history_length = 20
dmenu = /usr/bin/dmenu -p dunst:
@@ -77,6 +78,6 @@
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
- fram_color = "ff0000"
-
+ frame_color = "ff0000"
+ timeout = 100
# vim:ft=cfg