diff options
author | Ali H. Fardan <raiz@firemail.cc> | 2016-09-05 01:13:48 +0300 |
---|---|---|
committer | Ali H. Fardan <raiz@firemail.cc> | 2016-09-05 01:13:48 +0300 |
commit | 9fa858daeafb5398cdf19af9483b2854fe6e9772 (patch) | |
tree | 02265b08f8ec7c218e564d59f4cebe7ce181e7cc /loop.sh | |
parent | 1654efe1d67d0bec010792e8c6eb64a0f8e88a58 (diff) |
added a tool for resetting the status bar && worked around some issues && removed the makefile (we need a better one)
Diffstat (limited to 'loop.sh')
-rwxr-xr-x | loop.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/sh + +while true +do + slstatus + status_reset +done |