dwmbar/modules/internet
2019-10-21 20:27:48 +01:00

14 lines
177 B
Bash
Executable file

#!/bin/bash
# Prints out if there is an internet connection
# Requires an internet connection
INTERNET_ICON=''
get_internet()
{
echo "$INTERNET_ICON"
}
get_internet