Dou2ble / qutefetch

A local homepage inspired by neofetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

A local homepage inspired by neofetch


Languages

Language:HTML 100.0%