diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 18:52:26 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 18:52:26 +0530 |
commit | c3157fd295bfb41e74379549920c05951e1784e7 (patch) | |
tree | 6af909896eb314fa95a33cce88011cfd9fc1307f /.config/wal/templates | |
parent | 0a8502de2456f83603c039025548791f650123be (diff) |
script changes + wal template icon path update
Diffstat (limited to '.config/wal/templates')
-rw-r--r-- | .config/wal/templates/dunstrc | 7 |
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 |