Update i3, polybar config, del spectrwm config, add catfatch script

This commit is contained in:
Smirnov Olexandr 2020-12-29 16:49:08 +02:00
parent e8de9a14cd
commit e3c86138ef
14 changed files with 174 additions and 411 deletions

5
bin/ipp Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if [ -f '/usr/bin/curl' ]
then curl ipinfo.io/ip
else wget -qO- ipinfo.io/ip
fi