mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-22 04:07:59 +01:00
Show CPU info by default
This commit is contained in:
parent
d4291718cb
commit
b5fc742d3f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Name of the pony
|
# Name of the pony
|
||||||
PONY=random
|
PONY=random
|
||||||
# What info to show (must have a function defined as ponyget_* to work)
|
# 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)
|
# File system type to show disk usage (default/empty=all) (see df for specific values)
|
||||||
FSTYPE=
|
FSTYPE=
|
||||||
# Interface to get the IP address from
|
# Interface to get the IP address from
|
||||||
|
|
Loading…
Reference in a new issue