From 04656c50b1435493855dc8962e07ee839b30ea2d Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Tue, 19 Dec 2017 04:40:02 -0700 Subject: [PATCH] Updated dunst config * Moved notifications to the left of conky * Restart dunst after 5s * Fixes issue where the first notifcation(s) would stay indefinitely --- .../include/live/airootfs/etc/skel/.config/dunst/dunstrc | 2 +- .linux_items/include/live/airootfs/etc/skel/.xinitrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.linux_items/include/live/airootfs/etc/skel/.config/dunst/dunstrc b/.linux_items/include/live/airootfs/etc/skel/.config/dunst/dunstrc index 6d56bc6f..e6339fcc 100644 --- a/.linux_items/include/live/airootfs/etc/skel/.config/dunst/dunstrc +++ b/.linux_items/include/live/airootfs/etc/skel/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "300x5-30+20" + geometry = "300x5-220+40" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes diff --git a/.linux_items/include/live/airootfs/etc/skel/.xinitrc b/.linux_items/include/live/airootfs/etc/skel/.xinitrc index 33e09a89..918fc507 100755 --- a/.linux_items/include/live/airootfs/etc/skel/.xinitrc +++ b/.linux_items/include/live/airootfs/etc/skel/.xinitrc @@ -13,6 +13,7 @@ nm-applet & cbatticon & pasystray & connect-to-network & +(sleep 5s && killall dunst) & $HOME/.urxvt_default_res & $HOME/.update_wallpaper & $HOME/.update_conky &