From c3157fd295bfb41e74379549920c05951e1784e7 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Fri, 19 Aug 2022 18:52:26 +0530 Subject: script changes + wal template icon path update --- .config/wal/templates/dunstrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/wal') 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 -- cgit v1.2.3