1
0
Fork 0

better conky procedure

This commit is contained in:
Kim, Jimin 2021-07-12 12:14:59 +09:00
parent 1334d3c5b4
commit e459e78adf

View file

@ -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() {