Applying futher fixes from first reinstall.
This commit is contained in:
parent
9cef52ca3f
commit
51b067a85d
3 changed files with 13 additions and 7 deletions
|
|
@ -9,13 +9,13 @@ fi
|
|||
echo "Installing packages."
|
||||
# Base Packages.
|
||||
# Go is a dependency of yay
|
||||
pacman -S which base-devel go
|
||||
pacman --noconfirm -S which base-devel go
|
||||
|
||||
# Display Elements.
|
||||
pacman -S plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar
|
||||
pacman --noconfirm -S plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar
|
||||
|
||||
# Theming.
|
||||
pacman -S ttf-liberation sddm kitty zsh adobe-source-code-pro-fonts ttf-sourcecodepro-nerd ttf-dejavu arc-gtk-theme papirus-icon-theme
|
||||
pacman --noconfirm -S ttf-liberation sddm kitty zsh adobe-source-code-pro-fonts ttf-sourcecodepro-nerd ttf-dejavu arc-gtk-theme papirus-icon-theme
|
||||
|
||||
echo "Installing plymouth"
|
||||
# This is likely a bit too brittle.
|
||||
|
|
@ -26,15 +26,13 @@ grub-mkconfig -o /boot/grub/grub.cfg
|
|||
|
||||
echo "Enabling SDDM"
|
||||
systemctl enable sddm
|
||||
yay -S sddm-sugar-dark
|
||||
mkdir /etc/sddm.conf.d
|
||||
echo "[Theme]\nCurrent=sugar-dark" | tee /etc/sddm.conf.d/theme.conf
|
||||
echo "[General]\nDisplayServer=Wayland" | tee /etc/sddm.conf.d/theme.conf
|
||||
cp sddm.conf /etc/sddm.conf.d/sddm.conf
|
||||
sed -i 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/' /usr/share/sddm/themes/sugar-dark/theme.conf
|
||||
|
||||
echo "Giving Sway hardware access."
|
||||
usermod -aG seat drew
|
||||
systemctl enable seatd.service
|
||||
|
||||
pacman -S pulseaudio pavucontrol network-manager-applet
|
||||
pacman --noconfirm -S pulseaudio pavucontrol network-manager-applet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue