Giter Club home page Giter Club logo

zathura-pywal's Introduction

Zathura-Pywal

alt text alt text

Zathura-Pywal is a set of helper scripts that dynamically theme zathura based on colors set by pywal.

Installation

To install, simply move into the clone directory and run ./install.sh

You can toggle normal colors by pressing Ctrl+r

zathura-pywal's People

Contributors

gideonwolfe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

zathura-pywal's Issues

just straight up does not work

i have been sitting here for like 3 hours trying to figure out why it wont work and im just stumped. ive deleted and reinstalled zathura, pywal, and zathura pywal. i have rewrote config files. ive tried different terminals and shells. i just have no idea why it is not working.

Suggestion reduce number of scripts

Move the genconfig script into the start script;
as it can really only contain the color config with #7,
there is not much need for big adjustments

alernatively, a template could be used, instead of the script

How to make transparent backgorund

For people wondering how to have a transparent background. just add

`red=$(echo "$color0" | cut -c 2-3)
green=$(echo "$color0" | cut -c 4-5)
blue=$(echo "$color0" | cut -c 6-7)

red_decimal=$((16#$red))
green_decimal=$((16#$green))
blue_decimal=$((16#$blue))
alpha=0.9

background=$(echo "rgba(${red_decimal}, ${green_decimal}, ${blue_decimal}, ${alpha})")`

after . $HOME/.cache/wal/colors.sh in .local/bin/genzathurarc

changing alpha value changes the transparency.

suggestion change name to zathura

Link to the real zathura in the file and let it replace zathura for all other applications
This requires all option being passed to the internals zathura call

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.