added a tool for resetting the status bar && worked around some issues && removed the makefile (we need a better one)
This commit is contained in:
parent
1654efe1d6
commit
9fa858daea
6 changed files with 80 additions and 175 deletions
7
loop.sh
Executable file
7
loop.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true
|
||||
do
|
||||
slstatus
|
||||
status_reset
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue