From dc98cba24cb5f1f3e260c49fc61add4a113a1df0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 19 Jun 2023 08:25:41 +0200 Subject: Update to status (now I use a statusbar) --- xroot-update | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 xroot-update (limited to 'xroot-update') diff --git a/xroot-update b/xroot-update new file mode 100755 index 0000000..44ab6c1 --- /dev/null +++ b/xroot-update @@ -0,0 +1,8 @@ +#!/bin/sh + +# Updates the xroot window with info from status +# Requires: status + +# Usage: xroot-update + +xsetroot -name " $(status) " -- cgit v1.3