Add some missing font symbols and don't use thermald

This commit is contained in:
Warren Hood 2023-08-04 01:48:41 +02:00
parent 2a8cc78b0e
commit 58b1eeae8e

11
setup
View file

@ -23,11 +23,16 @@ else
echo "Updating Arch" echo "Updating Arch"
sudo pacman -Syyu sudo pacman -Syyu
echo "Installing tools/utils" echo "Installing tools/utils"
sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon thermald acpi arc-icon-theme playerctl bspwm sxhkd polybar xorg-xsetroot ttf-jetbrains-mono-nerd starship breeze breeze-gtk breeze-icons pass nushell neofetch sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon acpi arc-icon-theme playerctl bspwm sxhkd polybar xorg-xsetroot ttf-jetbrains-mono-nerd ttf-mononoki-nerd ttf-nerd-fonts-symbols-mono ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-common starship breeze breeze-gtk breeze-icons pass nushell neofetch
sudo systemctl enable --now power-profiles-daemon sudo systemctl enable --now power-profiles-daemon
sudo thermald --systemd
sudo power-profiles-daemon set performance # Intel only...
# sudo pacman -S thermald
# sudo systemctl enable --now thermald
# sudo thermald --systemd
sudo powerprofilesctl set performance
fi fi