效果如下
cd ~
sudo apt-get install python3-psutil curl git gir1.2-appindicator3-0.1 make
git clone https://github.com/fossfreedom/indicator-sysmonitor.git
cd indicator-sysmonitor
sudo make install
nohup indicator-sysmonitor &
正确配置完成后就可以在任务栏上看到,默认显示CPU和内存的占用情况
右键-Preferences 打开设置
在General 中选择 Run on startup 可以设置开机启动
在Advanced 选项卡中可以设置更多选项
Update interval 可以修改刷新频率 单位为秒
下面 Sensors 可以选择更多显示项目
CPU GPU 内存占用 和swap占用等等
评论区