Skip Navigation

Posts
1
Comments
4
Joined
1 yr. ago

  • @ProtoShark @qon4 Oooh thanks a lot !
    I'll finally get rid of my bar ! o/

  • @qon4

    I'm glad you like it πŸ™‚

    Here are the files :
    https://www.file.io/1x79/download/2PkwmBsF1fPP

    πŸ”Έ config.conf is the neofetch config file I use (only the first block of code is relevant)
    I had to use a custom "OS" line in the config files because it would display debian instead of antiX, so if you use the file put back the default line :
    [...]OS" distro
    instead of :
    [...]OS" "antiX 23 Arditi del Popolo"

    πŸ”Έ config.conf.alts was my work-in-progress config file when I was obsessively trying different variations on the same look to find just the right one, if you run it they will display the variations one after the other (might take a while πŸ˜… )

    πŸ”Έ .bashrc for the alias to make neofetch use a custom distro logo Basically just add :
    alias neofetch='neofetch --ascii /path-to-custom-ascii-logo.txt
    at the end of the .bashrc
    (Yes I also added a line to autolaunch neofetch each time I open a terminal 😁 )

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/β€žInitials” (https://github.com/dicebear/dicebear) by β€žDiceBear”, licensed under β€žCC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UN
    Unixporn @lemmy.ml

    I should have been doing something constructive but I've been tinkering with my neofetch instead, here's how it looks now πŸ˜€

  • @ProtoShark @qon4

    Neat solution, I definitely would like to see it !!