KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.82k stars 453 forks source link

New distro request: SkiffOS #698

Open paralin opened 3 years ago

paralin commented 3 years ago

I'm submitting a ... (check one with "x")

[ ] bug report
[X] new distro request

New distro request

Distro name: SkiffOS Homepage: https://github.com/skiffos/skiffos Distro logo:

image

image

Package manager: Buildroot https://buildroot.org

Supports any target system using Buildroot to produce a consistent minimal OS for containers.

Support for ScreenFetch has been added -

BR2_PACKAGE_SCREEN_FETCH=y

image

Show us the output of


 => lsb_release -sirc

SkiffOS
2020.1
Buildroot

 => cat /etc/os-release

NAME=SkiffOS
VERSION=2020.11
ID=skiff
VERSION_ID=83b7ce6
PRETTY_NAME="SkiffOS 2020.11"
BUILD_DATE="Thu Dec 31 06:16:26 PST 2020"
BUILD_USER="@forge"
VERSION_FULL="SkiffOS version 2020.11-5-g83b7ce6 (@forge) Thu Dec 31 06:16:26 PST 2020"

 => ls -1 /etc/*-release

/etc/buildroot-release
/etc/os-release
/etc/skiff-release
KittyKatt commented 3 years ago

I'm really interested in getting this added, but I'm curious about that RAM output. It looks like it's using the maximum amount of RAM and that doesn't seem right.

paralin commented 3 years ago

@KittyKatt I think that's a WSL bug, here's how it looks in Neofetch (see PR here): https://github.com/dylanaraps/neofetch/pull/1664

image

The ASCII for it is this:


             ,@@@@@@@@@@@w,_
  ====~~~,,.A@@@@@@@@@@@@@@@@@W,_
  `||||||||||||||L{"@$@@@@@@@@B"
   `|||||||||||||||||||||L{"$D
     @@@@@@@@@@@@@@@@@@@@@_||||}==,
      *@@@@@@@@@@@@@@@@@@@@@@@@@p||||==,
        `'||LLL{{""@$B@@@@@@@@@@@@@@@p||
            `~=|||||||||||L"$@@@@@@@@@@@
                   ````'"""""""'""""""""
KittyKatt commented 3 years ago

Perfect. I'll do my best to get this added soon. And also added to my new project, fetch.

paralin commented 3 years ago

Thanks! And screen fetch was added to Buildroot mainline as a package as well.