From a74084abd0fa529444c19c665419197c42766b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 8 Oct 2023 00:49:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(wleave):=20unuse?= =?UTF-8?q?d=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/wleave/launch.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 .config/wleave/launch.sh diff --git a/.config/wleave/launch.sh b/.config/wleave/launch.sh deleted file mode 100755 index ef83d05b..00000000 --- a/.config/wleave/launch.sh +++ /dev/null @@ -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