From 3c6c7e908df31fd00bf92d3f849f7b4396e5b251 Mon Sep 17 00:00:00 2001 From: vic1707 <28602203+vic1707@users.noreply.github.com> Date: Fri, 7 Jan 2022 13:06:44 +0100 Subject: [PATCH 01/11] display size of the disk --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index e497434..1aa56bb 100644 --- a/startup.sh +++ b/startup.sh @@ -126,7 +126,7 @@ esac # selection for disk type diskpart () { # show disks present on system -lsblk -n --output TYPE,KNAME | awk '$1=="disk"{print NR,"/dev/"$2}' # show disks with /dev/ prefix +lsblk -n --output TYPE,KNAME,SIZE | awk '$1=="disk"{print NR,"/dev/"$2" - "$3}' # show disks with /dev/ prefix and size echo -ne " ------------------------------------------------------------------------ THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK From ea1fabf1328740b325f189071242dfca2aeb4173 Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:24:02 +0100 Subject: [PATCH 02/11] Update aur-pkgs.txt --- pkg-files/aur-pkgs.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg-files/aur-pkgs.txt b/pkg-files/aur-pkgs.txt index 8179d7a..95fc9b7 100644 --- a/pkg-files/aur-pkgs.txt +++ b/pkg-files/aur-pkgs.txt @@ -1,5 +1,4 @@ autojump -awesome-terminal-fonts brave-bin dxvk-bin github-desktop-bin @@ -23,4 +22,4 @@ ttf-hack ttf-meslo ttf-roboto zoom -snap-pac \ No newline at end of file +snap-pac From c99a3d35315eac837d0ef910ee6a1d77f952bc1b Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:24:33 +0100 Subject: [PATCH 03/11] Update pacman-pkgs.txt --- pkg-files/pacman-pkgs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index 42bf817..d8570ba 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -13,6 +13,7 @@ ark audiocd-kio autoconf automake +awesome-terminal-fonts base bash-completion bind @@ -142,4 +143,4 @@ zeroconf-ioslave zip zsh zsh-syntax-highlighting -zsh-autosuggestions \ No newline at end of file +zsh-autosuggestions From 73258b7db2719513f623b69903f8dca547014901 Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:25:45 +0100 Subject: [PATCH 04/11] Update aur-pkgs.txt --- pkg-files/aur-pkgs.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg-files/aur-pkgs.txt b/pkg-files/aur-pkgs.txt index 95fc9b7..8cfb229 100644 --- a/pkg-files/aur-pkgs.txt +++ b/pkg-files/aur-pkgs.txt @@ -11,7 +11,6 @@ nordic-darker-standard-buttons-theme nordic-darker-theme nordic-kde-git nordic-theme -noto-fonts-emoji papirus-icon-theme plasma-pa ocs-url From 5eee28bcfe37a0d0acd9e440a0b9f2f5c4fb31ba Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:26:15 +0100 Subject: [PATCH 05/11] Update pacman-pkgs.txt --- pkg-files/pacman-pkgs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index d8570ba..98479d5 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -89,6 +89,7 @@ milou nano neofetch networkmanager +noto-fonts-emoji ntfs-3g ntp okular From 5f930544b05b02dbf2acffe63f1fe3f5dcf3ecd0 Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:26:54 +0100 Subject: [PATCH 06/11] Update aur-pkgs.txt --- pkg-files/aur-pkgs.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg-files/aur-pkgs.txt b/pkg-files/aur-pkgs.txt index 8cfb229..bcdb954 100644 --- a/pkg-files/aur-pkgs.txt +++ b/pkg-files/aur-pkgs.txt @@ -11,8 +11,6 @@ nordic-darker-standard-buttons-theme nordic-darker-theme nordic-kde-git nordic-theme -papirus-icon-theme -plasma-pa ocs-url sddm-nordic-theme-git snapper-gui-git From 049715430d684e7477217bb3d24e96d83c7fc6c8 Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:27:47 +0100 Subject: [PATCH 07/11] Update pacman-pkgs.txt --- pkg-files/pacman-pkgs.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index 98479d5..a1d6eac 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -99,10 +99,12 @@ os-prober oxygen p7zip pacman-contrib +papirus-icon-theme patch picom pkgconf plasma-nm +plasma-pa powerdevil powerline-fonts print-manager From 2c073ca4bbb41136f2d3d2111c8f2875fcbe1a8a Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:29:55 +0100 Subject: [PATCH 08/11] Update aur-pkgs.txt --- pkg-files/aur-pkgs.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg-files/aur-pkgs.txt b/pkg-files/aur-pkgs.txt index bcdb954..07a5a24 100644 --- a/pkg-files/aur-pkgs.txt +++ b/pkg-files/aur-pkgs.txt @@ -14,7 +14,6 @@ nordic-theme ocs-url sddm-nordic-theme-git snapper-gui-git -ttf-droid ttf-hack ttf-meslo ttf-roboto From 592b0885fbec5290044ddabad4c5a82822ec9dd7 Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:30:22 +0100 Subject: [PATCH 09/11] Update pacman-pkgs.txt --- pkg-files/pacman-pkgs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index a1d6eac..db4077b 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -128,6 +128,7 @@ synergy systemsettings terminus-font traceroute +ttf-droid ufw unrar unzip From 64ee83e85863bb738e9d24776ef4058a8e5adc6a Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:31:51 +0100 Subject: [PATCH 10/11] Update aur-pkgs.txt --- pkg-files/aur-pkgs.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg-files/aur-pkgs.txt b/pkg-files/aur-pkgs.txt index 07a5a24..17ae4d8 100644 --- a/pkg-files/aur-pkgs.txt +++ b/pkg-files/aur-pkgs.txt @@ -14,8 +14,5 @@ nordic-theme ocs-url sddm-nordic-theme-git snapper-gui-git -ttf-hack ttf-meslo -ttf-roboto zoom -snap-pac From c06ce41ce02a0a88ab2fb57a4f9b9c2e83a1b75f Mon Sep 17 00:00:00 2001 From: Flemming <82654322+Clepnicx@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:32:55 +0100 Subject: [PATCH 11/11] Update pacman-pkgs.txt --- pkg-files/pacman-pkgs.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index db4077b..0e216be 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -120,6 +120,7 @@ rsync sddm sddm-kcm snapper +snap-pac spectacle steam sudo @@ -129,6 +130,8 @@ systemsettings terminus-font traceroute ttf-droid +ttf-hack +ttf-roboto ufw unrar unzip