Home

Awesome

<div align='center'> <h1>Hilbifetch</h1> <blockquote>Simple and small fetch written in Lua.</blockquote> </div> <img src='preview.png' align='center'>

Hilbifetch is your average system info fetch inspired by Neofetch, my own Bunnyfetch and the others.
But this time, it's written and configured in Lua.

Requirements

Setup

Hilbifetch is in a very early state, expect it to look weird or have odd bugs.

git clone https://github.com/TorchedSammy/Hilbifetch
cd Hilbifetch
sudo ./install.lua

To install to a different directory (like $HOME/bin):

PREFIX=/usr/local ./install.lua

Usage

hilbifetch (or ./hilbifetch.lua)

Configuration is done via the Lua file ~/.config/hilbifetch/init.lua.
There are a few functions and variables available. They are all accessed via the global hilbifetch table.

hilbifetch.order = {
	{'title', showName = false},
	{'infosep', showName = false},
	'os',
	'kernel',
	'uptime',
	'terminal',
	'shell',
	{'padding', showName = false},
	{'colors', showName = false}
}

This is the default order of info. The options available for info are:
showName - Whether to show the display name.
color - Color of the info text.
nameColor - Color of the display name.

License

Hilbifetch is licensed under the BSD 3-Clause license.
Read here for more info.