December 8, 20214 yr I installed the "neofetch" application using the Nerd pack but was bummed to see that Unraid wasn't supported as a detectable OS. I couldn't find one anywhere else, so I created my own: To replicate this you simply need to do the following: Install Nerd Pack from CA Appstore Install "neofetch" package Copy the attached "config.conf" and "unraid_ascii.txt" to ~/.config/neofetch If you want this to display automatically at login, add the line "neofetch" to the bottom of ~/.bash_profile unraid_ascii.txt config.conf Edited December 8, 20214 yr by sdub
December 15, 20214 yr At least on my system, the correct path is /root/.config/neofetch Really cool though I like all the added info Edit: Nevermind, both pathings work Edited December 15, 20214 yr by Antibios
December 13, 20241 yr Sorry to necro an old post, but to build on this; The /root/.config directory lives in RAM and does not persist through a reboot. To make these changes survive a reboot, I created a directory on my flash (/boot/config/neofetch) and placed config.conf and unraid_ascii.txt there. I then created the following userscript; #!/bin/bash mv /root/.config/neofetch/config.conf /root/.config/neofetch/config.conf.bak cp /boot/config/neofetch/config.conf /root/.config/neofetch/config.conf cp /boot/config/neofetch/unraid_ascii.txt /root/.config/neofetch/unraid_ascii.txt and set it to run at first array start.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.