this post was submitted on 13 Mar 2024
57 points (92.5% liked)
Unixporn
15364 readers
4 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
- Post On-Topic
- No Defaults
- Busy Screenshots
- Use High-Quality Images
- Include a Details Comment
- No NSFW
- No Racism or use of racist terms
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@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 ๐ )