hyfetch/crates/hyfetch
a catgirl 003c295084
[F] fix: custom *fetch configurations breaking hyfetch (#420)
if the backend is fastfetch, hyfetch calls
`/bin/fastfetch --logo none -s OS --disable-linewrap`
which for me returns:
`  Artix Linux x86_64`
... and that breaks hyfetch

instead, get the information from the source (/etc/os-release), which im
pretty sure most fetch backends read from anyway

this won't work on *BSD though, because those lack
/etc/os-release, so unless calling `uname -s` is alright, BSDs would
still have the problem

related pull: https://github.com/hykilpikonna/hyfetch/issues/418
2025-08-23 17:34:57 -07:00
..
src [F] fix: custom *fetch configurations breaking hyfetch (#420) 2025-08-23 17:34:57 -07:00
build.rs [F] :) 2025-08-21 12:46:00 -04:00
Cargo.toml [F] 💢💢💢💢💢 2025-08-21 09:47:48 -04:00