Moves i3 to LEGACY
This commit is contained in:
parent
3797371054
commit
7033add60b
20 changed files with 0 additions and 0 deletions
10
LEGACY/i3/blocks/siteStatus
Executable file
10
LEGACY/i3/blocks/siteStatus
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
echo "$1"
|
||||
echo "$1"
|
||||
curl "$1" 2> /dev/null | grep -q "$2"
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "#00FF00"
|
||||
else
|
||||
echo "#FF8000"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue