diff --git a/setup.sh b/setup.sh index 2be4028..f7d2ae9 100755 --- a/setup.sh +++ b/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() {