ss7m

Results 21 comments of ss7m

I believe `snprintf` returns the number of characters written, perhaps we can take advantage of that

I'm working on a solution to finding the maximum length right now

Check out my latest commit on the allignemt branch I just created. What do you make of that?

Yeah I became less and less of a fan of my solution as I wrote it. I'm interested to see what you can come up with

Just a thought, but any UTF8 weirdness in any of the output would further complicate this

There are two options here. If you want to delete the GPU section entirely, remove the line which contains "GPU" from config.h. If you want to shorten it, you can...

My guess would be that /proc/cpuinfo exists on the system, but the file is empty. Can you show me the results of `cat /proc/cpuinfo` and `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`?

The reason paleofetch isn't detecting your cpu is because your cpuinfo doesn't have a `model name` field. Does neofetch accurately display your CPU?

latest commit should make it behave like neofetch in your situation

I remember you mentioned you had wrote a function about getting the name of the window manager- is that what you're referring to?