upgrade
This commit is contained in:
parent
96e8a1d428
commit
c851b6354c
5 changed files with 14 additions and 7 deletions
7
bin/i3-wrapper
Executable file
7
bin/i3-wrapper
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -f ~/bin/go-i3 ]; then
|
||||
~/bin/go-i3
|
||||
else
|
||||
i3status
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue