paleofetch icon indicating copy to clipboard operation
paleofetch copied to clipboard

neofetch, but written in C

Results 19 paleofetch issues
Sort by recently updated
recently updated
newest added

It doesn't appear to be detecting the host properly. ![alt text](https://cdn.discordapp.com/attachments/836666471052607548/836705960918908969/unknown.png)

Please add Manjaro logo currently it shows arch one

Without pci_fill_info(dev, PCI_FILL_CLASS) the function won't work on newest kernel. dev->device_class returns always 0 if its not filled.

added printf statements at the top of main to disable line wraps during the entire run to keep logo intact on small terminal or when terminal is resized, and disabled...

I have added the ability to read a custom PC name from a file in `./config_scripts`. When uncommented in `./config.h`, the code will pull the first line of the file...

Ok, I am new to C so be easy on me (that's also why my code is messy), lol. I did everything to add bedrock linux support, but I just...

When running paleofetch automatically via the .zshrc it seems to be too fast (?) for my terminal emulator (konsole) to start up, and it picks a random window that is...

So, I've been having an issue on my laptop (and raspberry pi) whenever I get a kernel update i have to do ```paleofetch --recache``` everytime i update. Maybe it could...

I made each function take in a pointer to the label so that they can modify them. This was necessary so that each battery could be given the correct name....