diff --git a/pkg-files/aur-pkgs.txt b/pkg-files/aur-pkgs.txt index 8179d7a..17ae4d8 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 @@ -12,15 +11,8 @@ nordic-darker-standard-buttons-theme nordic-darker-theme nordic-kde-git nordic-theme -noto-fonts-emoji -papirus-icon-theme -plasma-pa ocs-url sddm-nordic-theme-git snapper-gui-git -ttf-droid -ttf-hack ttf-meslo -ttf-roboto zoom -snap-pac \ No newline at end of file diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index 42bf817..0e216be 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 @@ -88,6 +89,7 @@ milou nano neofetch networkmanager +noto-fonts-emoji ntfs-3g ntp okular @@ -97,10 +99,12 @@ os-prober oxygen p7zip pacman-contrib +papirus-icon-theme patch picom pkgconf plasma-nm +plasma-pa powerdevil powerline-fonts print-manager @@ -116,6 +120,7 @@ rsync sddm sddm-kcm snapper +snap-pac spectacle steam sudo @@ -124,6 +129,9 @@ synergy systemsettings terminus-font traceroute +ttf-droid +ttf-hack +ttf-roboto ufw unrar unzip @@ -142,4 +150,4 @@ zeroconf-ioslave zip zsh zsh-syntax-highlighting -zsh-autosuggestions \ No newline at end of file +zsh-autosuggestions 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