From b79e5bbcd00e2155788a0d646273ab4c59fee0ff Mon Sep 17 00:00:00 2001 From: Narvin Singh Date: Fri, 25 Dec 2020 21:22:42 -0500 Subject: [PATCH] Refactor: Change from using xprop to xsetroot --- status-bar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-bar b/status-bar index cfab110..0c06c89 100755 --- a/status-bar +++ b/status-bar @@ -136,7 +136,7 @@ while :; do if [[ "${DT_ON}" -ne 0 ]]; then add_stat "$(status_dt)" "${DT_SYM}" fi - xprop -root -set WM_NAME " ${status} " + xsetroot -name " ${status} " # Sleep until the beginning of the next minute, this way when we are showing # the time, the status updates on the minute