dotfiles/bin/i3-wrapper
2016-01-17 15:58:25 -05:00

7 lines
73 B
Bash
Executable file

#!/bin/sh
if [ -f ~/bin/go-i3 ]; then
~/bin/go-i3
else
i3status
fi