先看效果:
1. 安装gnome
gnome有一个丰富的插件库,网址为 https://extensions.gnome.org/ ,该网站收集了数目众多的插件,用于扩充gnome的功能。
sudo apt install chrome-gnome-shell
安装相应库文件
sudo apt install gir1.2-gtop-2.0 gir1.2-nm-1.0 gir1.2-clutter-1.0 gnome-system-monitor
浏览器打开gnome网址 ,搜索system-monitor
,安装一下,结果如下
安装完成的效果如下
2. 安装conky美化
2.1. 安装conky
Conky 是一个应用于桌面环境的系统监视软件,可以在桌面上监控系统运行状态、网络状态等一系列参数。安装conky
sudo apt install conky
之后使用sudo vim ~/.conkyrc
编辑一下.conkyrc
文件,修改为如下内容
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo
Any original torsmo code is licensed under the BSD license
All code written since the fork of torsmo is licensed under the GPL
Please see COPYING for details
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option