Adrian Groh
Adrian Groh
@ThomasM92 the updated logo looks great! If you want you can check out my project [pfetch-rs](https://github.com/Gobidev/pfetch-rs) which is a rewrite of pfetch in Rust that runs 10x faster than this...
I [rewrote pfetch in Rust](https://github.com/Gobidev/pfetch-rs), resulting in a 10x faster execution time and added the logo there.
@Tracker-Friendly the logo looks good, but I have never heard of EvolutionOS and I also can't find anything about it, do you have a link to a website or a...
> When I switch between two png image files (up and down arrow keys), the following message appears. >... may be a binary file. See it anyway? >Then it will...
Yes, openSUSE uses the `ndb` database backend for RPM, which is why the file `/var/lib/rpm/rpmdb.sqlite` doesn't exist and the package count fails. It might be possible to work around this...
This was fixed in https://github.com/Macchina-CLI/libmacchina/pull/159, although the `rpm-devel` package will need to be installed for the detection to work once it is available in macchina.
It doesn't seem to be possible to set this option using the [`schtasks create`](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-create) command, that the script currently uses, so the only options would be to either make this...
@uttarayan21 this function from pfetch probably helps: https://github.com/dylanaraps/pfetch/blob/master/pfetch#L453 I have a `host()` function in one of my Rust projects (https://github.com/Gobidev/pfetch-rs/blob/1a188977236ba6e1f34bfecb6634d931c5fad927/src/lib.rs#L279) that uses the same method for Unix host detection. It...
How much do they differ? Can you provide examples?
@k2662 Can you provide a screenshot of the memory usage reported by the activity monitor along with running `vm_stat` in a terminal? There are multiple options of what to count...