From 7c243d6a9e3ffdac27b04d2da45bb47411e91be7 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 16 Jul 2019 21:32:39 +0200 Subject: InComm of i3lock, for now in dotfiles --- .config/i3lock/.gitignore | 1 + .config/i3lock/i3lock.sh | 10 + .config/i3lock/lock-10.svg | 10 + .config/i3lock/lock-4x3.orig | Bin 0 -> 14771052 bytes .config/i3lock/lock-4x3.png | Bin 0 -> 40464 bytes .config/i3lock/lock-icon.png | Bin 0 -> 6404 bytes .config/i3lock/lock-icon.svg | 2823 ++++++++++++++++++++++++++++++++++++++++++ .config/i3lock/lock-wide.png | Bin 0 -> 47022 bytes .config/i3lock/lock.png | Bin 0 -> 40464 bytes 9 files changed, 2844 insertions(+) create mode 100644 .config/i3lock/.gitignore create mode 100755 .config/i3lock/i3lock.sh create mode 100644 .config/i3lock/lock-10.svg create mode 100644 .config/i3lock/lock-4x3.orig create mode 100644 .config/i3lock/lock-4x3.png create mode 100644 .config/i3lock/lock-icon.png create mode 100644 .config/i3lock/lock-icon.svg create mode 100644 .config/i3lock/lock-wide.png create mode 100644 .config/i3lock/lock.png diff --git a/.config/i3lock/.gitignore b/.config/i3lock/.gitignore new file mode 100644 index 0000000..4fe6e61 --- /dev/null +++ b/.config/i3lock/.gitignore @@ -0,0 +1 @@ +scrot.png diff --git a/.config/i3lock/i3lock.sh b/.config/i3lock/i3lock.sh new file mode 100755 index 0000000..f264af2 --- /dev/null +++ b/.config/i3lock/i3lock.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +set -eu + +[[ -z "$(pgrep i3lock)" ]] || exit +scrot "$HOME/.config/i3lock/scrot.png" +#convert -scale 20% -scale 500% "$HOME/.config/i3lock/scrot.png" "$HOME/.config/i3lock/scrot.png" +convert -scale 10% -scale 1000% "$HOME/.config/i3lock/scrot.png" "$HOME/.config/i3lock/scrot.png" +convert -gravity center "$HOME/.config/i3lock/scrot.png" -background none "$HOME/.config/i3lock/lock-icon.png" -composite "$HOME/.config/i3lock/scrot.png" +#i3lock -n -u -t -i ${HOME}/.config/i3lock/lock.png +i3lock -n -t -i ${HOME}/.config/i3lock/scrot.png diff --git a/.config/i3lock/lock-10.svg b/.config/i3lock/lock-10.svg new file mode 100644 index 0000000..6eeddba --- /dev/null +++ b/.config/i3lock/lock-10.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/.config/i3lock/lock-4x3.orig b/.config/i3lock/lock-4x3.orig new file mode 100644 index 0000000..782a002 Binary files /dev/null and b/.config/i3lock/lock-4x3.orig differ diff --git a/.config/i3lock/lock-4x3.png b/.config/i3lock/lock-4x3.png new file mode 100644 index 0000000..d3c9bf7 Binary files /dev/null and b/.config/i3lock/lock-4x3.png differ diff --git a/.config/i3lock/lock-icon.png b/.config/i3lock/lock-icon.png new file mode 100644 index 0000000..e14e150 Binary files /dev/null and b/.config/i3lock/lock-icon.png differ diff --git a/.config/i3lock/lock-icon.svg b/.config/i3lock/lock-icon.svg new file mode 100644 index 0000000..7e07ce3 --- /dev/null +++ b/.config/i3lock/lock-icon.svg @@ -0,0 +1,2823 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + lock + July 2008 + + + Beate Kaspar + + + + + Beate Kaspar + + + + + RRZE + + + + + lock + security + encryption + vpn + secure + safe + SSL + + + + + Hendrik Eggers, Franziska Sponsel + + + uses <http://webcvs.freedesktop.org/tango/tango-icon-theme/scalable/actions/system-lock-screen.svg> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/i3lock/lock-wide.png b/.config/i3lock/lock-wide.png new file mode 100644 index 0000000..3228aee Binary files /dev/null and b/.config/i3lock/lock-wide.png differ diff --git a/.config/i3lock/lock.png b/.config/i3lock/lock.png new file mode 100644 index 0000000..d3c9bf7 Binary files /dev/null and b/.config/i3lock/lock.png differ -- cgit v1.2.3