Skip to content

makman12/pywalQute

Repository files navigation

pywal for qutebrowser

A theme for qutebrowser that integrates it with pywal.

Screenshot

Install

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/makman12/pywalQute.git

Install manually

Download using the GitHub .zip download option and unzip.

Activating theme

  • Find your qutebrowser configuration directory (see e.g. :version in qutebrowser). This folder should be located at the "config" location listed on qute://version, which is typically ~/.config/qutebrowser/ on Linux. I just assume that your pywal keeps its files in ~/.cache/pywal if not just fix the code its pretty simple.
  • Move the repository folder to pywalQute inside the configuration directory.
  • In your qutebrowser config.py file, include the following:
import pywalQute.draw

config.load_autoconfig()

pywalQute.draw.color(c, {
    'spacing': {
        'vertical': 6,
        'horizontal': 8
    }
})

Team

There is no team. I just forked this theme from dracula.

More Screenshots

Screenshot Screenshot Screenshot Screenshot

About

a theme package for QuteBrowser that follows that colors of your background

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages