13-CF / afetch

Simple system info written in C
GNU General Public License v3.0
220 stars 38 forks source link

Distribution request: CelOS 1 #71

Open ghost opened 3 years ago

ghost commented 3 years ago

output of /etc/os-release:

NAME="CelOS 1"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="CelOS 1 [v2.0 Beta]"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

Logo: CelOS Logo

Many thanks!

ghost commented 3 years ago

Neofetch currently has a text-based logo but it's outdated and honestly not very pretty. Many thanks!

13-CF commented 3 years ago

Hi, I should be able to start working on a text based logo quite soon.

I was wondering if you're one of the developers of CelOS, if you are it looks great! On the NAME= line of /etc/os-release I've not seen a version number before, meaning that the program would have to be updated for every new release of the OS causing old versions to become unsupported. Usually it would just be something like NAME="CelOS" or NAME="CelOS Linux".

Thanks!

ghost commented 3 years ago

If required I can change it for an upcoming version, and yes, I'm the lead developer, thank you!

ghost commented 3 years ago

Also I want to take this time to thank you for creating afetch, I've been using it since December :)

ghost commented 3 years ago

Okay i've edited /etc/os-release to say NAME="CelOS"

I hope this has helped!

ghost commented 3 years ago

Quick reminder that CelOS uses both apt/dpkg and Flatpak packages!

13-CF commented 3 years ago

Quick reminder that CelOS uses both apt/dpkg and Flatpak packages!

I've not done a distro with 2 package managers by default before, but it should be easy enough.

I'll have a look at the neofetch source to see what command they use to display the number of flatpaks.

Would something like PKGS: 1234 (apt), 12 (flatpak) be ok for the output? Thanks!

ghost commented 3 years ago

That would be perfect, thank you!

Quick reminder that CelOS uses both apt/dpkg and Flatpak packages!

I've not done a distro with 2 package managers by default before, but it should be easy enough.

I'll have a look at the neofetch source to see what command they use to display the number of flatpaks.

Would something like PKGS: 1234 (apt), 12 (flatpak) be ok for the output? Thanks!

Yep! That would be perfect, thank you!

ghost commented 2 years ago

Hey, any update?

13-CF commented 2 years ago

Hey, sorry for the long delay. Scottish schools are off just now and I haven't been on my laptop in the last couple of weeks.

I've implemented the code to add support for CelOS but just have to design a logo. I'll do it now, and sorry again for the delay!

Thanks

ghost commented 2 years ago

Don't apologize for the delay! It's completely fine! Take all the time you need, and thank you for working on an amazing project! I'm excited to see this implemented.

13-CF commented 2 years ago

I (hopefully) just added support there, although the logo isn't the nicest looking so I'll have to go back and change it at some point.

Edit: still have to add flatpak support, I'll look into it.

ghost commented 2 years ago

The logo looks nice however if you do want a suggestion: Make the lines white and try make it more circular? Just an idea though, love the merge!

13-CF commented 2 years ago

The logo looks nice however if you do want a suggestion: Make the lines white and try make it more circular? Just an idea though, love the merge!

That's fine! I'll hopefully be able to get that done today.

ghost commented 2 years ago

Ooo i'm excited! Please lmk when it's merged!

ghost commented 2 years ago

Once it's done feel free to close the issue btw, thank you for all your work

13-CF commented 2 years ago

Once it's done feel free to close the issue btw, thank you for all your work

I just updated there, but I'm not going to close the issue until you've tested it as I'm unsure if all the text is properly aligned and colours work. Thanks!

ghost commented 2 years ago

Hm I don't think it's perfectly aligned.

13-CF commented 2 years ago

Hm I don't think it's perfectly aligned.

Sorry for the delay, I'll probably just create a virtual machine so I can test it out and align it, I'll let you know when I'm done :)

ghost commented 2 years ago

Brilliant, thank you! Here is the link to the distro: https://celos.cobweb-aclevo.org

ghost commented 2 years ago

Also it only shows the package count for DPKG, not Flatpak too.