🗑️ remove(wleave): unused script

This commit is contained in:
Sergio Laín 2023-10-08 00:49:34 +02:00
parent 662774b9a3
commit a74084abd0
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,17 +0,0 @@
#!/usr/bin/env bash
LAYOUT="$HOME/.config/wleave/layout"
STYLE="$HOME/.config/wleave/style.css"
if [[ ! $(pidof wlogout) ]]; then
wleave --layout ${LAYOUT} --css ${STYLE} \
--buttons-per-row 2 \
--column-spacing 50 \
--row-spacing 50 \
--margin-top 290 \
--margin-bottom 290 \
--margin-left 300 \
--margin-right 300
else
pkill wleave
fi