From 826f316fe806c449b5890a48ce8aff1f0170f846 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 4 Mar 2025 09:40:43 +0000 Subject: [PATCH] Add s-tui for CPU monitoring --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index cc42a459..d0b2e663 100755 --- a/install.sh +++ b/install.sh @@ -80,9 +80,10 @@ programs=(neovim curl git tmux htop fzf gcc make) if $desktop; then programs+=( tldr # Simplified man pages - fastfetch # System info + fastfetch # System information timeshift # System restore - #weechat # IRC client + s-tui # CPU monitoring / Detect overheating + #weechat # IRC client #w3m # Text-based web browser #nnn # File manager #taskwarrior # Task manager