zathura-pywal

A better version of zathura-pywal that saves settings and features alpha transparency
git clone git://mattcarlson.org/repos/zathura-pywal.git
Log | Files | Refs | README

commit d0c962e6c844d9ed51131154d6bebb377c93902e
parent 86335edac3f5e1e2f57a44b3884684e255ac2712
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Sun, 14 Mar 2021 20:58:12 -0400

Added README.md

Diffstat:
AREADME.md | 21+++++++++++++++++++++
Dzathura_pywal.png | 0
2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,21 @@ +# zathura-pywal +A better version of zathura-pywal that saves settings and features alpha transparency + +![zathura-pywal](https://mcarlson.xyz/img/zathura_pywal.png) + +Saves old `zathurarc` as `zathurarc.bak` and themes your zathura using pywal theme found in `.cache/wal/colors.sh`, placing new settings plus old settings into a new `zathurarc`. Pass in an optional alpha value between zero and one using the `-a` flag if you want a transparent background. + +# Installation +```shell +$ git clone https://github.com/mslcarlson/zathura-pywal/ +$ cd zathura-pywal +$ sudo ./install.sh +``` + +# Usage +```shell +Usage: zathura-pywal [options] +Options: +-a Alpha transparency of the background (default: 1) +-h Display this prompt +``` diff --git a/zathura_pywal.png b/zathura_pywal.png Binary files differ.