Two scripts for XFCE4's genmon panel plugin with system and network information designed for a horizontal panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steven Saus cd86cc4b4c Wrote README 12 months ago
.gitignore putting in network 12 months ago
COPYING Wrote README 12 months ago
LICENSE.md Wrote README 12 months ago
README.md Wrote README 12 months ago
horizontal_preview.png Wrote README 12 months ago
network_script.sh Wrote README 12 months ago
sysmon_script.sh Wrote README 12 months ago
vertical_preview.png Wrote README 12 months ago

README.md

xfce4-genmon-script

Two scripts for xfce4's genmon panel plugin so that I could get some specific info on my top horizontal panel.

See the screenshots (one is oriented for easier reading; this is designed to be horizontal layout) for an idea of what it should look like.

These scripts crib significantly from several byobu scripts originally by Dustin Kirkland for Canonical in 2008, as well as the genmon example script as well as scripts from almaceleste and xtonousou and this StackOverflow answer for getting a simple human-readable CPU percentage.

Depends heavily on quite a few monitoring utilities, such as sensors, acpi, iwconfig, dig, curl, and bc.

Features:

  • Definable "warning" and "alert" values for pretty much every variable in sysmon_script with colorization to yellow and red.
  • Automatic detection of VPN
  • Determines WAN IP address through a cascading fallback of sites
  • Uses emojis for inline "icons" so you can adjust the linesize easily.

Also could be used for conky, though you'd have to strip out the styling elements.