#!/bin/bash
# called by sfwbar network.widget (right-click)

gtkdialog-splash -close never -placement top -fontsize large -bg goldenrod -text " Please wait, processing... " &
XPID=$!
 . /usr/local/Pup-SysInfo/func -sysinfo_netsummary
cat /tmp/sysinfo-network | sed 's/ Firewall/\n Firewall/' | grep -v '——' | Xdialog --fixed-font --title "Network Status" --under-mouse --no-cancel --textbox "-" 20 100 2>/dev/null &
kill $XPID
