From 5fe7435f8e3e14ec10134996ccd0bd463dcd879d Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 9 Feb 2026 21:23:34 -0500 Subject: [PATCH] dwm bar update script --- dwm/.local/bin/update.dwm.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 dwm/.local/bin/update.dwm.sh diff --git a/dwm/.local/bin/update.dwm.sh b/dwm/.local/bin/update.dwm.sh new file mode 100755 index 0000000..a41d50f --- /dev/null +++ b/dwm/.local/bin/update.dwm.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +while true; do + xsetroot -name "$(date)" + sleep 5 +done