From 212657a661abdc333301229321039ab7f17fdfb4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 May 2024 23:11:43 +0200 Subject: Put in background the main loop --- dwmbar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dwmbar b/dwmbar index 1cf9a14..ef0f88f 100755 --- a/dwmbar +++ b/dwmbar @@ -62,5 +62,4 @@ while true; do # check_audio xsetroot -name "$battery $weather $volume $datetime"; sleep 1; -done - +done & -- cgit v1.2.3