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

README.md (967B)


      1 # zathura-pywal
      2 A better version of zathura-pywal that saves settings and features alpha transparency
      3 
      4 ![zathura-pywal](https://mattcarlson.org/img/zathura_pywal.png)
      5 
      6 Saves old `zathurarc` as `zathurarc.bak` and themes your zathura using the pywal colors 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.
      7 
      8 This script is POSIX-compliant, meaning that it will work on any shell that supports the POSIX standards. Tested and working on bash, dash, mksh, and zsh.
      9 
     10 # Installation
     11 ```shell
     12 $ git clone https://github.com/matthewlscarlson/zathura-pywal/
     13 $ cd zathura-pywal
     14 $ sudo make install
     15 ```
     16 
     17 # Uninstall
     18 ```shell
     19 $ cd zathura-pywal
     20 $ sudo make uninstall
     21 ```
     22 
     23 # Usage
     24 ```shell
     25 Usage: zathura-pywal [options]
     26 Options:
     27 -a      Alpha transparency of the background (default: 1)
     28 -h      Display this prompt
     29 ```