From d36d789940c5ea4519fddcb01b985104c7858aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 25 Oct 2020 18:06:20 +0300 Subject: Adapt scripts to new waybar height (I know this is a bit hacky) --- dotfiles/.local/bin/setbglsimple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local/bin/setbglsimple') diff --git a/dotfiles/.local/bin/setbglsimple b/dotfiles/.local/bin/setbglsimple index f48dd7e..84a9b0f 100755 --- a/dotfiles/.local/bin/setbglsimple +++ b/dotfiles/.local/bin/setbglsimple @@ -3,7 +3,7 @@ vertical=$(swaymsg -t get_outputs | jq ".[0].current_mode.height") horizontal=$(swaymsg -t get_outputs | jq ".[0].current_mode.width") scale=$(swaymsg -t get_outputs | jq ".[0].scale") -barheight=$(echo ""$scale" * 27" | bc -l) +barheight=$(echo ""$scale" * 30" | bc -l) convert "$1" -resize "$horizontal"x"$vertical"^ -gravity center \ -extent "$horizontal"x"$vertical" ~/.config/lockwall.png -- cgit v1.2.3