aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-25 18:06:20 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-25 18:06:20 +0300
commitd36d789940c5ea4519fddcb01b985104c7858aa6 (patch)
treef839f2ab48c66e2f4839976021083db5ee7e673f /dotfiles/.local
parent49889fc2619e28e0f1e7501551d80e3d6619e30a (diff)
downloadswayrice-d36d789940c5ea4519fddcb01b985104c7858aa6.tar.gz
swayrice-d36d789940c5ea4519fddcb01b985104c7858aa6.zip
Adapt scripts to new waybar height
(I know this is a bit hacky)
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-xdotfiles/.local/bin/ddquakemite2
-rwxr-xr-xdotfiles/.local/bin/setbglblur2
-rwxr-xr-xdotfiles/.local/bin/setbglsimple2
3 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.local/bin/ddquakemite b/dotfiles/.local/bin/ddquakemite
index 8760e14..c38225a 100755
--- a/dotfiles/.local/bin/ddquakemite
+++ b/dotfiles/.local/bin/ddquakemite
@@ -10,7 +10,7 @@ else
$TERMINAL -t "ddterminal" -e tmuxatt &
sleep 0.2s
currenty=$(swaygetcurrentwindow | cut -d ' ' -f1 | cut -d ',' -f2 )
- let moveup=$currenty-25
+ let moveup=$currenty-30
swaymsg move up "$moveup px"
fi
diff --git a/dotfiles/.local/bin/setbglblur b/dotfiles/.local/bin/setbglblur
index c187ba3..96c1757 100755
--- a/dotfiles/.local/bin/setbglblur
+++ b/dotfiles/.local/bin/setbglblur
@@ -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
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