Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.67 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.67 KB

F-Fetch

F-Fetch targets low systems. Written in Rust. It's very simple, designed so you can pick it up and replace it.

Quick Start

Paste a single line of code into your terminal!

curl https://raw.githubusercontent.com/0l3d/ffetch/master/install.sh | sh

First Look

~/.config/ffetch/config.yaml

ascii_path : "/home/user/.config/ffetch/ascii_arts/fedora.txt"
#all components : user.host,platform,os.name,memory,cpu,gpu,mgpu,uptime,user.name,host.name,kernel.version,de,packages,shell
components : "user.host,platform,os.name,shell,memory,cpu,gpu,mgpu,uptime,packages"
ascii_color : "c.blue;"
colors : "c.red,c.green,c.yellow,c.blue,c.magenta,c.white,c.blue,c.yellow,c.blue,c.green"

Supported distros : Debian, Fedora and Arch Linux

Example

       _,met$$$$$gg.            xold@debian
    ,g$$$$$$$$$$$$$$$P.         Platform :          Linux
  ,g$$P"        """Y$$.".       OS Name :           Debian
 ,$$P'              `$$$.       Memory :            9536 / 12441 MB
',$$P       ,ggs.     `$$b:     CPU :               Intel(R) blabla | x86_64
`d$$'     ,$P"'   .    $$$      Uptime :            2 hours, 56 minutes
 $$P      d$'     ,    $$P      Packages :          855
 $$:      $$.   -    ,d$$'      GPU :               Intel blabla
 $$;      Y$b._   _,d$P'        
 Y$$.    `.`"Y$$$$P"'           
 `$$b      "-.__                
  `Y$$                          
   `Y$$.                        
     `$$b.                      
       `Y$$b.                   
          `"Y$b._               
              `"""              
  • If you are using wm, it will say Unknown in the desktop section.

It is far from colors and visuals! Focused on function only!