Moar fixes.

This commit is contained in:
Drew Galbraith 2023-11-17 20:00:40 -08:00
parent 47b3ec9f70
commit 9c16a2540e
1 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ pushd opt
popd
echo "Installing plymouth theme"
yay -S plymouth-theme-deus-ex-git
plymouth-set-default-theme -R deus_ex
yay --noconfirm -S plymouth-theme-deus-ex-git
sudo plymouth-set-default-theme -R deus_ex
echo "Installing SDDM theme"
yay -S sddm-sugar-dark
yay --noconfirm -S sddm-sugar-dark
echo "Pulling home git config"
$CONFIG="/usr/bin/git --git-dir=/home/drew/.cfg/ --work-tree=/home/drew"
@ -28,4 +28,4 @@ $CONFIG pull origin main
$CONFIG submodule update --init
echo "*" > ~/.gitignore
sed -i 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/' /usr/share/sddm/themes/sugar-dark/theme.conf
sudo sed -i 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/' /usr/share/sddm/themes/sugar-dark/theme.conf