This website requires JavaScript.
Explore
Help
Sign in
nico
/
nsbin
Watch
1
Star
0
Fork
You've already forked nsbin
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
cf4aed7452
nsbin
/
my-status-bar
9 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
add custom status bar Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-06-03 12:22:01 +00:00
#!/bin/sh
i3status | while :
do
read line
sut=$(sut)
+? Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-06-03 12:40:39 +00:00
echo "$sut | $line" || exit 1
add custom status bar Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-06-03 12:22:01 +00:00
done
Reference in a new issue
Copy permalink