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