aboutsummaryrefslogtreecommitdiff
path: root/wip
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-03-20 17:12:40 +0530
committersinanmohd <sinan@firemail.cc>2023-03-20 17:12:40 +0530
commit4387ee91cf388be1a2769755c5993e1f35497602 (patch)
treede312020092d00437ee8e248ecdbb7668977a735 /wip
parent91a695a17cd0c77369a80680c59dd1fe715dfe4d (diff)
font: switch to font awesome for icons
Diffstat (limited to 'wip')
-rwxr-xr-xwip2
1 files changed, 1 insertions, 1 deletions
diff --git a/wip b/wip
index 62e2718..4eb2f95 100755
--- a/wip
+++ b/wip
@@ -5,5 +5,5 @@ current_ip=$(dig +short myip.opendns.com @208.67.222.222)
geo_loc_ip=$(geoiplookup "$current_ip" | grep -v "Country" | sed 's/^.*: //g')
command -v "notify-send" 1>/dev/null &&
- notify-send " $current_ip" "$geo_loc_ip"
+ notify-send " $current_ip" "$geo_loc_ip"
printf "ipv4: %s\n%s\n" "$current_ip" "$geo_loc_ip"