From 58b1eeae8e2fdd9421591db7c21144d16b3897fa Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Fri, 4 Aug 2023 01:48:41 +0200 Subject: [PATCH] Add some missing font symbols and don't use thermald --- setup | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/setup b/setup index 1523b9d..0fbe278 100755 --- a/setup +++ b/setup @@ -23,11 +23,16 @@ else echo "Updating Arch" sudo pacman -Syyu 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 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