Moar fixes.
This commit is contained in:
parent
47b3ec9f70
commit
9c16a2540e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue