1
0
Fork 0

added conky to install option

This commit is contained in:
Kim, Jimin 2021-11-21 21:58:05 +09:00
parent 6cc9defad4
commit d74bfd9701

View file

@ -122,7 +122,7 @@ setup_btop() {
}
setup_conky() {
cp ./.conky/ ~
cp -r ./.conky/ ~
cp ./autostart/conky.desktop ~/.config/autostart
# vnstat: network traffic statistics
@ -866,6 +866,7 @@ options=(
"blender" "" off
"brave" "" off
"btop" "" off
"conky" "" off
"cpu_undervolting" "" off
"discord" "" off
"dotnet" "" off
@ -922,6 +923,7 @@ for choice in $choices; do
"brave") setup_brave ;;
"btop") setup_btop ;;
"backup") backup ;;
"conky") setup_conky ;;
"cpu_undervolting") setup_cpu_undervolting ;;
"discord") setup_discord ;;
"dotnet") setup_dotnet ;;