From b5fc742d3f7ecda86d5728792e498a3ed9f53a05 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Wed, 19 Jul 2017 13:47:21 +0100 Subject: [PATCH] Show CPU info by default --- systempony | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systempony b/systempony index b570021..7e91d8c 100755 --- a/systempony +++ b/systempony @@ -4,7 +4,7 @@ # Name of the pony PONY=random # What info to show (must have a function defined as ponyget_* to work) -INFO=(User Hostname IP Distro Kernel Uptime Load Shell Packages RAM Swap Disk) +INFO=(User Hostname IP Distro Kernel Uptime Load Shell Packages RAM CPU Swap Disk) # File system type to show disk usage (default/empty=all) (see df for specific values) FSTYPE= # Interface to get the IP address from