diff options
Diffstat (limited to 'private_dot_local/bin/executable_shst')
| -rw-r--r-- | private_dot_local/bin/executable_shst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_shst b/private_dot_local/bin/executable_shst new file mode 100644 index 0000000..68fc260 --- /dev/null +++ b/private_dot_local/bin/executable_shst @@ -0,0 +1,6 @@ +#! /bin/sh + +while true; do + xsetroot -name "$(status.sh)" + sleep 3 +done |