From b37edcb0942885b5be73322384a3e92294e72c7b Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 18 Sep 2023 19:40:52 +0800 Subject: [PATCH] Add message to extrastatus, pretty barebones --- desktop/startdwm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/desktop/startdwm b/desktop/startdwm index 1740e8e..87c6d73 100755 --- a/desktop/startdwm +++ b/desktop/startdwm @@ -4,5 +4,10 @@ wal -i "/usr/local/share/wallpapers/opensuse.png" --backend colorz # could be ch picom -b # launches compositor /usr/local/bin/dwmblocks & # launches slstatus/dwmblocks /usr/bin/dunst & # launches dunst daemon +while true; do + xsetroot -name ";$(date +'%A, %B %d, %Y') | Kernel $(uname -r) | suckless-utils 6.4" + sleep infinity +done & paplay /usr/share/sounds/Oxygen-Sys-Special.ogg # autoplay sound, optional +pkill -f "sleep infinity" & exec /usr/local/bin/dwm # launch dwm