Good Day,
I have finally found some time to update the python scripts for the OLED push button, put them in a git repository and upload.
Changes include:
- Updated size reported info
- RAID status update. Removed the “used” field and no report the current state of the array, as well as the rebuild status. Note the rebuild status does not show if the system is not rebuilding
- Multiple IP addresses: The IPV4 address of each interface will be displayed, with the exception of the loop back device (‘lo’)
I may modify the IP address list and remove the graphic so I can report the interface name, and address as I have three… eth0, wlan0 and wg0 for wireguard.
if you wish to install it, you can pull the code from git, or install by the following command line:
curl -L https://raw.githubusercontent.com/JeffCurless/argoneon/main/argoneon.sh | bash
git: git@github.com:JeffCurless/argoneon.git