Go to file
Lucien Cartier-Tilet 1eeed4e1a5
Add new screenshot
2021-11-18 18:35:48 +01:00
LICENSE Update configuration file for latest Qutebrowser version 2021-11-18 18:35:48 +01:00
README.org Add new screenshot 2021-11-18 18:35:48 +01:00
nord-qutebrowser.py Update configuration file for latest Qutebrowser version 2021-11-18 18:35:48 +01:00
screenshot.png Add new screenshot 2021-11-18 18:35:48 +01:00

README.org

Nord Theme for Qutebrowser

A simple Nord theme for Qutebrowser.

/phundrak/qutebrowser-nord/media/branch/master/screenshot.png

Install

Clone this repository wherever you whish. I generally use the directory ~/fromGIT.

git clone https://labs.phundrak.com/phundrak/qutebrowser-nord.git # HTTPS clone
git clone git@labs.phundrak.com:phundrak/qutebrowser-nord.git # SSH clone

You can then symlink nord-qutebrowser.py in ~/.config/qutebrowser like so:

# assuming you cd'd in the cloned repository
ln -s nord-qutebrowser.py ~/.config/qutebrowser/nord-qutebrowser.py

Finally, add the following line at the end of your config.py file.

config.source('nord-qutebrowser.py')

And you should be good to go!

Acknowlegements

This project is a fork of Linuus theme you can find here.