Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makman12/pywalQute
a theme package for QuteBrowser that follows that colors of your background
https://github.com/makman12/pywalQute
Last synced: about 2 months ago
JSON representation
a theme package for QuteBrowser that follows that colors of your background
- Host: GitHub
- URL: https://github.com/makman12/pywalQute
- Owner: makman12
- Created: 2022-02-21T17:55:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T22:40:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T23:30:58.548Z (5 months ago)
- Language: Python
- Size: 7.47 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome - makman12/pywalQute - a theme package for QuteBrowser that follows that colors of your background (Python)
README
# pywal for [qutebrowser](https://www.qutebrowser.org/)
> A theme for [qutebrowser](https://www.qutebrowser.org/) that integrates it with [pywal](https://github.com/dylanaraps/pywal).
![Screenshot](./screenshot.png)
## Install
### [qutebrowser](https://www.qutebrowser.org/)
### [pywal](https://github.com/dylanaraps/pywal)#### 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](https://github.com/makman12/pywalQute.git) option and unzip.
#### Activating theme
- Find your _[qutebrowser configuration directory](https://www.qutebrowser.org/doc/help/configuring.html#configpy)_ (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](https://www.qutebrowser.org/doc/help/configuring.html#configpy), include the following:```python
import pywalQute.drawconfig.load_autoconfig()
pywalQute.draw.color(c, {
'spacing': {
'vertical': 6,
'horizontal': 8
}
})
```## Team
There is no team. I just forked this theme from [dracula](https://www.draculatheme.com/qutebrowser).
## More Screenshots
![Screenshot](./test1.png)
![Screenshot](./test2.png)
![Screenshot](./test3.png)
![Screenshot](./test4.png)