dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 49d83c02d9dc2cbefc229bd0aa4e8cbe18c9def3
parent 1a0fc01313f90134d099a755c4869b14b8767207
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  7 Jan 2019 11:06:06 +0100

Add script to show clipboard in full screen qr code

Diffstat:
Alinks/bin/xcqr | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/links/bin/xcqr b/links/bin/xcqr @@ -0,0 +1,9 @@ +#!/bin/sh +# Credit to Maddison Hellstrom (@b0o on Github) +qrencode -o - -s 1 \ + "$(xclip -out -selection clipboard)" | + feh --auto-zoom \ + --fullscreen \ + --force-aliasing \ + --image-bg white \ + -