Neofetch is no more

There is a command line option to not show it in the first place. Then you don’t even need to remove it.

6 Likes

pfetch, hyfetch. fastfetch, crabfetch on my machine

5 Likes

Cool, I didn’t know about this good to know. I’m going to have to go back over their page again its been a while since I played around with it.

1 Like

Cool, i am running fortune when terminal is open

1 Like

I used to use fortune with cowsay on some of my older setups

1 Like

The great thing is that everyone can decide for themselves how to set up their machine. I’m always happy to exchange ideas and hear other points of view

1 Like

Yes thats whats caused me often to try out new things and experiment and learn along the way, I just wish I could find/remember where I saved half my notes on some of the stuff as I look as things. I remember setting up a mates computer who was very new to Linux and I think I used echo to place a little warning about using sudo and how to manage his packages

1 Like

You should have a note ready for your notes :sweat_smile:

1 Like

I need to start tattooing them on me I think :laughing:

3 Likes

That reminds me of me. Sometimes I think, cool, that’s it, I’ve got it. A few days later I think about it…how the hell did you do that? I should start taking notes at all :sweat_smile:

2 Likes

fastfetch --localip-show-ipv4 false

or is there something simpler?

Im running a simple .conf file.

--structure HardwareStart:Break;Title:Break:OS:Kernel:Board:Bios:Datetime:Uptime:Packages:Shell:Terminal:TerminalFont:DE:WM:WMTheme:Theme:Icons:Font:Cursor:CPU:GPU:Display:Vulkan:Memory:Swap:Disk:Sound:Player:Media:Break:InformationEnd:Break:Colors

Starting fastfetch shows like above

1 Like

2024-05-01_15-07

i will use crabfetch from now on anyway …

holy crab ! What else anyway???

5 Likes

fastfetch.jsonc

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
    "source": "/home/swh/Plasma/EOS/EndeavourOS-Logos/startreks.png"
  },
  "modules": [
    {
      "type": "custom",
      "format": "β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€ \u001B[1mEat  , Sleep  , EndeavourOS  .\u001B[0m ─────────┐"
    },
    "break",
    "os",
    "kernel",
    "board",
    "bios",
    "datetime",
    "uptime",
    "packages",
    "shell",
    "terminal",
    "terminalfont",
    "de",
    "wm",
    "wmtheme",
    "theme",
    "icons",
    "font",
    "cursor",
    "cpu",
    "gpu",
    "display",
    "vulkan",
    "memory",
    "swap",
    "disk",
    "sound",
    {
      "type": "player",
      "format": "Pretty : {}; Name: {};"
    },
    {
      "type": "media",
      "format": "Pretty : {}; Name: {};  Artist: {}; Album: {}"
    },
    "break",
    {
      "type": "custom",
      "format": "└────────────────────── \u001B[1mThanks for fetching \u001B[0mβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜"
    },
    "break",
    "colors"
  ]
}

4 Likes

image

PS: I also have my own version of neofetch in rust:

Made when i was starting to learn Rust so the code its ugly as hell and not that blazingly fast :sweat_smile: (that why i never share it).

7 Likes

I have read through the documentation on fastfetch again. They recommend a jsonc file. This makes fastfetch almost twice as fast. 44ms

6 Likes

Yer this is what I use

1 Like

SLIMSHADY64

:sunglasses: :sunglasses:

1 Like

a8cf6e7c77c11671fabdb3108150dabd

8 Likes

2021? I’ll flag it out of date for you.