From 6d0a65b1a1f3de2b1073dd39f52a3135dbe50f43 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 27 Mar 2024 13:47:29 -0400 Subject: [PATCH] Fix plasma "color-schemes" folder not existing --- chrootInstall.sh | 2 +- config-files/kdeglobals-gruvboxDark.colors | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 10e27e4..2b64b9a 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -121,7 +121,7 @@ chmod 755 /home/"$username"/{.config,.local/share} if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; then pacman -S qt6-wayland plasma-desktop xdg-desktop-portal-kde kscreen spectacle gwenview ark kate dolphin konsole kwallet-pam kwalletmanager plasma-nm plasma-pa breeze-gtk kde-gtk-config bluedevil qt6-imageformats qt6-multimedia-ffmpeg pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols hunspell hunspell-en_us bluez-openrc --needed --noconfirm curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/konquake/konquake.sh -o /usr/local/bin/konquake - mkdir -p /home/"$username"/.local/share/konsole + mkdir -p /home/"$username"/.local/share/{konsole,color-schemes} curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/kdeglobals-gruvboxDark.colors -o /home/"$username"/.config/kdeglobals cp /home/"$username"/.config/kdeglobals /home/"$username"/.local/share/color-schemes/gruvboxDark.colors curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile diff --git a/config-files/kdeglobals-gruvboxDark.colors b/config-files/kdeglobals-gruvboxDark.colors index 5841f8b..c9edc48 100644 --- a/config-files/kdeglobals-gruvboxDark.colors +++ b/config-files/kdeglobals-gruvboxDark.colors @@ -103,7 +103,7 @@ ForegroundPositive=184,187,38 ForegroundVisited=211,134,155 [General] -ColorScheme=GruvboxDark +ColorScheme=gruvboxDark Name=gruvbox Dark shadeSortColumn=true diff --git a/install.sh b/install.sh index 14de0a5..35992e9 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo last updated March 27, 2024 \(rev. A\) +echo last updated March 27, 2024 \(rev. B\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"