hykilpikonna / hyfetch

🏳️‍🌈 🏳️‍⚧️ Neofetch with LGBTQ+ pride flags!
MIT License
1.18k stars 93 forks source link

Add Debian point releases from /etc/debian_version #189

Closed superbonaci closed 9 months ago

superbonaci commented 9 months ago

Debian stores point releases in another file:

$ hyfetch
OS: Debian GNU/Linux 12 (bookworm) x86_64
$ cat /etc/debian_version 
12.1

So displaying minor version 12.1 would improve accuracy. [[Solved] Bookworm upgrade to 12.1]([Solved] Bookworm upgrade to 12.1)

superbonaci commented 9 months ago

Reported to original project https://github.com/dylanaraps/neofetch/issues/2381

hykilpikonna commented 9 months ago

Fixed by @BKasin, thanks!

superbonaci commented 9 months ago

Still needs to be tested once #192 is fixed.