From 5eee5b44924bf9079a67d5bc7612bfad56ddeed3 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 17 Jan 2020 19:14:34 +0300 Subject: config restructuring and cleanup --- dotfiles/.local/bin/setbglblur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dotfiles/.local/bin/setbglblur (limited to 'dotfiles/.local/bin/setbglblur') diff --git a/dotfiles/.local/bin/setbglblur b/dotfiles/.local/bin/setbglblur new file mode 100755 index 0000000..8a3d51b --- /dev/null +++ b/dotfiles/.local/bin/setbglblur @@ -0,0 +1,8 @@ +#!/bin/sh + +vertical=$(swaymsg -t get_outputs | jq ".[0].current_mode.height") +horizontal=$(swaymsg -t get_outputs | jq ".[0].current_mode.width") + +convert $1 -resize ${horizontal}x${vertical}\> ~/.config/lockwall.png +convert ~/.config/lockwall.png -brightness-contrast -20,-20 -paint 1 -noise 0x8 -blur 9,9 ~/.config/lockwall.png +convert ~/.config/lockwall.png ~/.config/lock.png -gravity center -composite ~/.config/lockwall.png -- cgit v1.2.3