]> ###2026.07.06a - Settings page (Settings > User Utilities > btop): choose what the dashboard tile shows - New optional tile metrics: aggregated disk I/O rates, aggregated network rates, uptime, process count - Process table: configurable sort (CPU or memory), row count (3-10) and refresh interval (2-10 s) - Inline help on every setting; graceful fallback to defaults on corrupt config ###2026.07.06 - Initial release: btop CLI + native dashboard tile (top processes, load, CPU temperature) rm -f $(ls &plugin;/unraid.btop-*.txz 2>/dev/null | grep -v '&version;') &gitURL;/&version;/&package;.txz &md5; mkdir -p &plugin;/config if [ ! -L /root/.config/btop ]; then mkdir -p /root/.config rm -rf /root/.config/btop ln -sf &plugin;/config /root/.config/btop fi echo "" echo "----------------------------------------------------" echo " btop installed - dashboard tile + 'btop' in the CLI" echo "----------------------------------------------------" # Kill the fullscreen ttyd session if any pkill -f '/var/tmp/btop\.sock' 2>/dev/null sleep 1 removepkg &package; rm -rf &emhttp; rm -f /root/.config/btop rm -f &plugin;/*.txz # &plugin;/config is kept on purpose (user's btop settings survive reinstalls) echo "btop uninstalled"