Compare commits
No commits in common. "4d6b7a945bd52cf0c1a49129502e828c1b815b24" and "50834b122278b3d16b3897cc03124df0692e5237" have entirely different histories.
4d6b7a945b
...
50834b1222
1 changed files with 1 additions and 30 deletions
|
|
@ -46,33 +46,6 @@ gnome() {
|
||||||
gnome_themes
|
gnome_themes
|
||||||
}
|
}
|
||||||
## KDE Plasma ##
|
## 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 ##
|
## HYPRLAND ##
|
||||||
|
|
||||||
|
|
@ -151,10 +124,8 @@ install_flat() {
|
||||||
# Entry Point
|
# Entry Point
|
||||||
main() {
|
main() {
|
||||||
## Desktop Specific Operations ##
|
## Desktop Specific Operations ##
|
||||||
if [ "$XDG_CURRENT_DESKTOP" == "Gnome" ]; then
|
if [ "$DESKTOP_SESSION" == "gnome" ]; then
|
||||||
gnome
|
gnome
|
||||||
elif [ "$XDG_CURRENT_DESKTOP" == "KDE" ]; then
|
|
||||||
kde
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Installing Software
|
# Installing Software
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue