Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bellafetch

minimal system information gathering tool

Requirements:

Installation:

Build from source

# clone the repo
$ git clone https://github.com/xorsirenz/bellafetch.git 

# cd into the repo
$ cd bellafetch/

# build bellafetch
$ make

# move binary into your $PATH.. example:
$ sudo mv bellafetch /usr/local/bin

Usage

bellafetch

Configuration

Config location:

$ ~/.config/bellafetch/config

Default Config:

{
 "Modules": [
   {
     "Host": true,
     "PrettyName": true,
     "Kernel": true,
     "Uptime": true,
     "Packages": true,
     "Shell": true,
     "Terminal": true,
     "WM": true,
     "Cpu": true,
     "Gpu": true,
     "DiskSpace": true,
     "Memory": true
   }
 ]
}

About

system information fetching tool

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages