🗑️ remove(wleave): unused script
This commit is contained in:
parent
662774b9a3
commit
a74084abd0
1 changed files with 0 additions and 17 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue