dwmbar/modules/internet

15 lines
177 B
Text
Raw Normal View History

2019-10-21 19:19:13 +00:00
#!/bin/bash
# Prints out if there is an internet connection
# Requires an internet connection
2019-10-21 19:19:13 +00:00
INTERNET_ICON=''
get_internet()
{
echo "$INTERNET_ICON"
}
get_internet