You are not logged in.
neofetch is an alternative to screenfetch and has a slightly different feature set. Read more about it on its main homepage
Enable our jessie-backports repository as explained here.
Then,
sudo apt-get update
sudo apt-get install neofetch
Consider installing some of the tools the neofetch package suggests to enable additional functionality:
apt-cache show neofetch # Read the Suggests: key and the long package description
`++ bunsen@v22015072920326657
-yMMs -------------------------
`yMMMMN` OS: BunsenLabs GNU/Linux 8.4 (Hydrogen) x86_64
-NMMMMMMm. Kernel: 4.3.0-0.bpo.1-amd64
:MMMMMMMMMN- Uptime: up 6 weeks, 2 days, 19 hours, 5 minutes
.NMMMMMMMMMMM/ Packages: 888
yMMMMMMMMMMMMM/ Shell: /bin/bash
`MMMMMMNMMMMMMMN. CPU: Westmere E56xx/L56xx/X56xx (Nehalem-C) (1) @ 1.9GHz
-MMMMN+ /mMMMMMMy GPU: Cirrus Logic GD 5446
-MMMm` `dMMMMMM Memory: 286MB / 5972MB
`MMN. .NMMMMM.
hMy yMMMMM`
-Mo +MMMMN
/o +MMMMs
+MMMN`
hMMM:
`NMM/
+MN:
mh.
-/
Offline
Offline
^ neofetch says you are using 737M RAM, while screenfetch says 576M. What does "free" tell you?
Offline
22 May 16 @ 15:27:21 ~
$ sf
HC]
x]]] GPU: GeForce 210
]]]] RAM: 541MB / 5985MB
22 May 16 @ 15:27:25 ~
$ neofetch
+MMMN` GPU: NVIDIA GeForce 210
hMMM: Memory: 699MB / 5985MB
22 May 16 @ 15:27:30 ~
$ free
total used free shared buffers cached
Mem: 6129256 1398288 4730968 20008 84120 766956
-/+ buffers/cache: 547212 5582044
Swap: 2097148 0 2097148
22 May 16 @ 15:27:36 ~
$
And my conky says: 503M of 5.84G
It's like the old Chinese proverb: man with two watches, never sure of correct time.
Or the temperature outside depends of which channel you are watching.
And how big is your HDD? Manufacturers data rarely agrees with a multitude of apps that disagree with each other as well.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Memory is more complicated than what free is telling you. Have a peek at the available memory columns in top and htop.
Offline
The canonical source can be viewed with:
cat /proc/meminfo
This is what both screenfetch and neofetch are parsing
Offline