/qutefetch

A local homepage inspired by neofetch

Primary LanguageHTML

qutefetch

A homepage for qutebrowser inspired by neofetch

Demo

Shot of qutefetch

Install

First download index.html with wget

wget https://raw.githubusercontent.com/Dou2ble/qutefetch/main/index.html

or with git

git clone https://github.com/dou2ble/qutefetch

When using autoconfig.yml run this command in qutebrowser

:set url.start_pages file:///path/to/qutefetch/index.html

If you instead are using config.py instead add this line to your config

c.url.start_pages = "file:///path/to/qutefetch/index.html"

or

config.set("url.start_pages", "file:///path/to/qutefetch/index.html")