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
|
# Enable Sudo
|
||||||
sudo sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
|
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
|
# Install Desktop and Apps
|
||||||
packages=(
|
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
|
dolphin
|
||||||
konsole
|
konsole
|
||||||
kate
|
kate
|
||||||
|
@ -33,7 +91,6 @@ packages=(
|
||||||
avahi
|
avahi
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
htop
|
|
||||||
btop
|
btop
|
||||||
man-db
|
man-db
|
||||||
neovim
|
neovim
|
||||||
|
@ -45,7 +102,6 @@ packages=(
|
||||||
tree
|
tree
|
||||||
fastfetch
|
fastfetch
|
||||||
neofetch-git
|
neofetch-git
|
||||||
firefox
|
|
||||||
networkmanager
|
networkmanager
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
zsh
|
zsh
|
||||||
|
@ -54,7 +110,6 @@ packages=(
|
||||||
pipewire-pulse
|
pipewire-pulse
|
||||||
bluez
|
bluez
|
||||||
bluez-utils
|
bluez-utils
|
||||||
blueman
|
|
||||||
pipewire-alsa
|
pipewire-alsa
|
||||||
wireplumber
|
wireplumber
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue