this post was submitted on 14 Apr 2025
54 points (100.0% liked)

Unixporn

16515 readers
146 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 6 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] omardotdev@sh.itjust.works 5 points 1 week ago* (last edited 1 week ago)

ramfetch is a fetch tool which displays memory info using /proc/meminfo i made back in christmas 2022 (i was around 11 years old at the time, currently 13) it got pretty popular on this sub and r/linux (it got 900 votes on r/linux and 797+ votes on this sub on reddit https://www.reddit.com/r/unixporn/comments/11hwqnb/oc_ramfetch_with_some_new_stuff/) , but i decided to remove it since i kinda thought it was dead, but i wanna bring it back with a new config file so yeah..

url: https://github.com/omardotdev/ramfetch

[–] cerement@slrpnk.net 4 points 1 week ago* (last edited 1 week ago) (2 children)

minor nitpick – maybe aligning on decimal rather than right-aligned values? (Zswap, Zswapped, Writeback Tmp in screenshot)

Swap Total ->     19.16 GiB
Swap Free ->      18.83 GiB
Zswap ->           0.00 B
Zswapped ->        0.00 B
Swap Cached ->   532.00 KiB
Kernel Stack ->   19.95 MiB
Per CPU ->         null

EDIT: threw in null example from Reddit post

[–] omardotdev@sh.itjust.works 2 points 1 week ago

update: i took some feedback from a old reddit post about ramfetch which rebuilt the parsing and now not only ramfetch is faster, but also more accurate too, and now it also now aligns by decimals

[–] omardotdev@sh.itjust.works 1 points 1 week ago

i think that'd be cool but i don't know if i can actually do that in bash or not..