mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3, polybar config, del spectrwm config, add catfatch script
This commit is contained in:
parent
e8de9a14cd
commit
e3c86138ef
14 changed files with 174 additions and 411 deletions
5
bin/ipp
Executable file
5
bin/ipp
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [ -f '/usr/bin/curl' ]
|
||||
then curl ipinfo.io/ip
|
||||
else wget -qO- ipinfo.io/ip
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue