Un1q32

Results 185 comments of Un1q32

You can get it to sort of work by symlinking \/gtk-4.0 with ~/.config/gtk-4.0 for me its `ln -s /usr/share/themes/Materia-dark/gtk-4.0 ~/.config/gtk-4.0` logout and log back in and libadwaita apps will use...

GNU Hurd is now supported in my fork of pfetch at https://github.com/Un1q32/pfetch, the original project has been dead for years and shows no sign of returning

> Aside: is `/etc/passwd` even relevant on macOS? I think the actual source of truth is whatever it is the following command consults `dscl . -read $HOME UserShell` ~~IIRC macOS...

This project is super dead, I've merged this into my fork https://github.com/OldWorldOrdr/pfetch Another version worth checking out is https://github.com/Gobidev/pfetch-rs, a rust rewrite thats better in pretty much every way.

This project is super dead, I would recommend either https://github.com/Gobidev/pfetch-rs rust version, better in every way except for a few missing package managers https://github.com/OldWorldOrdr/pfetch my fork with a few updates,...

I've merged your PR into my fork

@Minda1975 they updated it to fix it

This project is super dead, I would recommend either https://github.com/Gobidev/pfetch-rs rust version, better in every way except for a few missing package managers https://github.com/OldWorldOrdr/pfetch my fork with a few updates,...

why isn't -O2 in the cflags? on both this and the build.sh

@ismaell iirc compiler default is to optimize for compile time, to allow for quick testing. Code that's intended to be used for anything besides testing should use -O2