Also install qt5ct to change qt theme

This commit is contained in:
Warren Hood 2022-11-25 02:32:34 +02:00
parent fa428f29c3
commit e4810baf77

5
setup
View file

@ -7,7 +7,10 @@ then
echo "Updating Ubuntu" echo "Updating Ubuntu"
sudo apt update && sudo apt upgrade sudo apt update && sudo apt upgrade
echo "Installing tools/utils" echo "Installing tools/utils"
sudo apt install ripgrep fd-find make stow tmux awesome compton dmenu nitrogen sudo apt install ripgrep fd-find make stow tmux awesome compton dmenu nitrogen acpi acpid qt5ct
echo "Enabling acpid"
systemctl enable acpid
else else
echo "Updating Arch" echo "Updating Arch"
sudo pacman -Syyu sudo pacman -Syyu