added plasma packages
This commit is contained in:
parent
92929104e2
commit
4910cf76bc
1 changed files with 59 additions and 4 deletions
63
setup/plasma
63
setup/plasma
|
@ -14,10 +14,68 @@ curl https://raw.githubusercontent.com/parchlinux-ports/Parchlinuxarm-images/mai
|
|||
# Enable Sudo
|
||||
sudo sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
|
||||
|
||||
# Fix sddm Theming
|
||||
|
||||
mkdir -p /etc/sddm.conf.d/
|
||||
curl https://raw.githubusercontent.com/parchlinux/parch-iso-plasma/main/iso/airootfs/etc/sddm.conf.d/kde_settings.conf >> /etc/sddm.conf.d/kde_settings.conf
|
||||
|
||||
# Install Desktop and Apps
|
||||
packages=(
|
||||
plasma
|
||||
bluedevil
|
||||
breeze
|
||||
breeze-gtk
|
||||
breeze-plymouth
|
||||
drkonqi
|
||||
kactivitymanagerd
|
||||
kde-cli-tools
|
||||
kde-gtk-config
|
||||
kdecoration
|
||||
kdeplasma-addons
|
||||
kgamma
|
||||
kglobalacceld
|
||||
kinfocenter
|
||||
kmenuedit
|
||||
kpipewire
|
||||
krdp
|
||||
kscreen
|
||||
kscreenlocker
|
||||
ksshaskpass
|
||||
ksystemstats
|
||||
kwallet-pam
|
||||
kwayland
|
||||
kwin
|
||||
kwrited
|
||||
layer-shell-qt
|
||||
libkscreen
|
||||
libksysguard
|
||||
libplasma
|
||||
milou
|
||||
ocean-sound-theme
|
||||
plasma-activities
|
||||
plasma-activities-stats
|
||||
plasma-browser-integration
|
||||
plasma-desktop
|
||||
plasma-disks
|
||||
plasma-firewall
|
||||
plasma-integration
|
||||
plasma-nm
|
||||
plasma-pa
|
||||
plasma-sdk
|
||||
plasma-systemmonitor
|
||||
plasma-thunderbolt
|
||||
plasma-vault
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
plasma5support
|
||||
plymouth-kcm
|
||||
polkit-kde-agent
|
||||
powerdevil
|
||||
print-manager
|
||||
qqc2-breeze-style
|
||||
sddm-kcm
|
||||
systemsettings
|
||||
wacomtablet
|
||||
xdg-desktop-portal-kde
|
||||
dolphin
|
||||
konsole
|
||||
kate
|
||||
|
@ -33,7 +91,6 @@ packages=(
|
|||
avahi
|
||||
curl
|
||||
git
|
||||
htop
|
||||
btop
|
||||
man-db
|
||||
neovim
|
||||
|
@ -45,7 +102,6 @@ packages=(
|
|||
tree
|
||||
fastfetch
|
||||
neofetch-git
|
||||
firefox
|
||||
networkmanager
|
||||
network-manager-applet
|
||||
zsh
|
||||
|
@ -54,7 +110,6 @@ packages=(
|
|||
pipewire-pulse
|
||||
bluez
|
||||
bluez-utils
|
||||
blueman
|
||||
pipewire-alsa
|
||||
wireplumber
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue