KittyKatt / screenFetch

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

Some ARM lines don't fit in 80 chararacter width #619

Closed edrozenberg closed 5 years ago

edrozenberg commented 5 years ago

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

[x] bug report
[ ] new distro request

Bug report

=> search Github for a similar issue or PR before submitting
=> download the latest revision from Github and check if the bug is still present
   -> https://github.com/KittyKatt/screenFetch/raw/master/screenfetch-dev
=> Show us the output of: screenfetch -v
:: Finding distro...found as 'Slackware '
:: Finding hostname and user...found as 'root@rpi2'
:: Finding kernel version...found as 'armv7l Linux 4.19.34-v7-arm'
:: Finding current uptime...found as '1h 12m'
:: Finding current package count...found as '1109'
:: Finding current shell...found as '1599'
:: Finding current resolution(s)...found as ''
:: Finding desktop environment...found as 'Not Present'
:: Finding window manager...found as 'Not Found'
:: Finding window manager theme...found as 'Not Found'
:: Finding GTK2 theme...found as 'Not Found'
:: Finding GTK3 theme...found as 'Not Found'
:: Finding icon theme...found as 'Not Found'
:: Finding user font...found as 'Not Found'
:: Finding current CPU...found as 'ARMv7 rev 4 (v7l) @ 4x 1.4GHz'
:: Finding current GPU...found as 'Not Found'
:: Finding current RAM usage...found as '51MiB / 875MiB'
                   :::::::                    
             :::::::::::::::::::               root@rpi2
          :::::::::::::::::::::::::            OS: Slackware 
        ::::::::cllcccccllllllll::::::         Kernel: armv7l Linux 4.19.34-v7-arm
     :::::::::lc               dc:::::::       Uptime: 1h 12m
    ::::::::cl   clllccllll    oc:::::::::     Packages: 1109
   :::::::::o   lc::::::::co   oc::::::::::    Shell: 1599
  ::::::::::o    cccclc:::::clcc::::::::::::   CPU: ARMv7 rev 4 (v7l) @ 4x 1.4GHz
  :::::::::::lc        cclccclc:::::::::::::   GPU: BCM2708
 ::::::::::::::lcclcc          lc::::::::::::  RAM: 51MiB / 875MiB
 ::::::::::cclcc:::::lccclc     oc::::::::::: 
 ::::::::::o    l::::::::::l    lc::::::::::: 
  :::::cll:o     clcllcccll     o:::::::::::  
  :::::occ:o                  clc:::::::::::  
   ::::ocl:ccslclccclclccclclc:::::::::::::   
    :::oclcccccccccccccllllllllllllll:::::    
     ::lcc1lcccccccccccccccccccccccco::::     
       ::::::::::::::::::::::::::::::::       
         ::::::::::::::::::::::::::::         
            ::::::::::::::::::::::            
                 ::::::::::::   

The following two lines don't fit in 80 chars of width:

        ::::::::cllcccccllllllll::::::         Kernel: armv7l Linux 4.19.34-v7-arm
  ::::::::::o    cccclc:::::clcc::::::::::::   CPU: ARMv7 rev 4 (v7l) @ 4x 1.4GHz

New distro request

Distro name: 
Homepage: 
Distro logo: 
Package manager: 

Show us the output of
 => lsb_release -sirc
 => cat /etc/os-release
 => ls -1 /etc/*-release
darealshinji commented 5 years ago

Have you tried screenfetch -w or screenfetch -t?

edrozenberg commented 5 years ago

Thanks! -t is looking great.