gui rework and updated readme

This commit is contained in:
yuriy 2023-03-27 00:05:07 -04:00
parent f658ec0bc3
commit 291ff77747
2 changed files with 31 additions and 2 deletions

View File

@ -3,9 +3,35 @@
# paru -S plasma-wayland-session --noconfirm
#status = $yad --form --field check1:chk --field check2:chk --field check3:chk --field check4:chk --field ph:chk
yadResults=$(yad --title="Linux Setup Script" \
--form --columns=2 \
--field Installations:LBL \
--field Debloat:chk \
--field paru:chk \
--field htop:chk \
--field nomachine:chk \
--field librewolf-bin:chk \
--field brave-bin:chk \
--field pacseek-bin:chk \
--field docker:chk \
--field 'Install pkgs from List':chk \
--field 'Export pkgs to List':chk \
--field ' ':LBL \
--field Configuration:LBL \
--field "Grub Timeout:chk" \
--field Konsave:chk \
--field Flexo:chk \
--field "Enable SSH:chk" \
--field ' ':LBL \
--field ' ':LBL \
--field ' ':LBL \
--field ' ':LBL \
--field ' ':LBL)
yadResults=$(yad --form --columns=3 --field Debloat:chk --field paru:chk --field htop:chk --field nomachine:chk --field librewolf-bin:chk --field pacseek-bin:chk --field docker:chk --field ph:chk --field ph:chk --field ph:chk --column=2 --field Config:LBL --field Grub-Timeout:chk --field Konsave:chk --field Flexo:chk --field Enable-SSH:chk --field ph:chk --field ph:chk --field 'Export Paru Package List':chk --field 'Import Paru Package List':chk --field ph:chk --field ph:chk --field ph:chk --field ph:chk --field:H --field:H --field:H --field:H --field:H --field:H --field:H --field ph:chk)
#DRIVEPART="`echo $PARTS | cut -d "|" -f 2`"
echo $yadResults

View File

@ -3,3 +3,6 @@
Bash + YAD script for setting up a fresh EndeavourOS install with my personal preferences.
![Alt text](Assets/Screenshot.png "Screenshot of Main Window")
## Command to download and run:
`wget -q -O - https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux-Setup-Script.sh | bash`