Guest User

Untitled

a guest
Dec 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/sh
  2. # shell script to prepend i3status with more stuff
  3.  
  4. i3status --config ~/.i3/i3status.conf | while read line ; do
  5. echo "mystuff | $line" || exit 1
  6. done
Add Comment
Please, Sign In to add comment