Added Theming + KDE App Install
This commit is contained in:
parent
c60269e1b0
commit
4d6b7a945b
1 changed files with 27 additions and 0 deletions
|
@ -46,6 +46,33 @@ gnome() {
|
|||
gnome_themes
|
||||
}
|
||||
## KDE Plasma ##
|
||||
kde_install() {
|
||||
# All System Commands
|
||||
SYS_INSTALL='sudo pacman -Sy --noconfirm'
|
||||
AUR_INSTALL='yay -S --noconfirm'
|
||||
|
||||
# Installing System Packages
|
||||
$SYS_INSTALL korganizer kaddressbook kvantum
|
||||
|
||||
# Installing AUR Apps
|
||||
$AUR_INSTALL cinny-desktop-bin
|
||||
}
|
||||
kde_themes() {
|
||||
echo "## KDE THEMING ##"
|
||||
echo "Themes for KDE need to be installed manually. Please install all of the following:"
|
||||
echo "Download OrchisDark from Pling and install it into Kvantum"
|
||||
echo ""
|
||||
echo "Colors: OrchisDark"
|
||||
echo "Application Style: Kvantum-Dark"
|
||||
echo "Plasma Style: Orchis-Dark"
|
||||
echo "Window Decorations: Orchis-Dark (No Window Borders)"
|
||||
echo "Icons: Kora"
|
||||
echo "Cursors: Vimix Cursors"
|
||||
}
|
||||
kde() {
|
||||
kde_install
|
||||
}
|
||||
|
||||
|
||||
## HYPRLAND ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue