better conky procedure
This commit is contained in:
parent
1334d3c5b4
commit
e459e78adf
1 changed files with 5 additions and 4 deletions
9
setup.sh
9
setup.sh
|
@ -108,13 +108,14 @@ setup_blender() {
|
|||
}
|
||||
|
||||
setup_conky() {
|
||||
# enable on startup
|
||||
|
||||
package_install \
|
||||
conky \
|
||||
vnstat `# network traffic statistics (for conky)` \
|
||||
vnstat `# network traffic statistics` \
|
||||
|
||||
# enable on startup
|
||||
# sudo systemctl enable vnstat
|
||||
# sudo systemctl start vnstat
|
||||
sudo systemctl enable vnstat
|
||||
sudo systemctl start vnstat
|
||||
}
|
||||
|
||||
setup_cpu_undervolting() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue