add custom status bar
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
678422594e
commit
ecff67913f
1 changed files with 9 additions and 0 deletions
9
status-bar
Normal file
9
status-bar
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
i3status | while :
|
||||
do
|
||||
read line
|
||||
sut=$(sut)
|
||||
echo $sut | $line" || exit 1
|
||||
done
|
Loading…
Reference in a new issue