From ba9861fc6eba45478eb51d4aaea260f8da5518f6 Mon Sep 17 00:00:00 2001 From: yuriy Date: Mon, 27 Mar 2023 00:08:35 -0400 Subject: [PATCH] gui updates --- Linux-Setup-Script.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Linux-Setup-Script.sh b/Linux-Setup-Script.sh index 621b75b..1310f55 100644 --- a/Linux-Setup-Script.sh +++ b/Linux-Setup-Script.sh @@ -3,7 +3,8 @@ # paru -S plasma-wayland-session --noconfirm -yadResults=$(yad --title="Linux Setup Script" \ +yadResults=$(yad \ + --title="Linux Setup Script" \ --form --columns=2 \ --field Installations:LBL \ --field Debloat:chk \ @@ -25,7 +26,8 @@ yadResults=$(yad --title="Linux Setup Script" \ --field ' ':LBL \ --field ' ':LBL \ --field ' ':LBL \ - --field ' ':LBL ) + --field ' ':LBL \ + )