diff --git a/README.md b/README.md index d838683..e08299b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,4 @@ DZGUI allows you to connect to both official and modded/community DayZ servers o Refer to the [manual](https://aclist.github.io/dzgui/dzgui.html) for installation and setup instructions, a feature-by-feature breakdown, and Steam integration tutorials. -## Setup and usage - -Refer to the [manual](https://aclist.github.io/dzgui/dzgui.html) for installation and setup instructions, a feature-by-feature breakdown, and Steam integration tutorials. - ![Alt text](/images/example.png) diff --git a/dzgui.sh b/dzgui.sh index 665bf69..5884f36 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1294,9 +1294,9 @@ server_browser(){ } mods_disk_size(){ - printf "Total size on disk: %s |" $(du -sh "$game_dir" | awk '{print $1}') - printf "Mods location: $steam_path/steamapps/workshop/content/221100" - + printf "Total size on disk: %s | " $(du -sh "$game_dir" | awk '{print $1}') + printf "%s mods | " $(ls -1 "$game_dir" | wc -l) + printf "Location: %s/steamapps/workshop/content/221100" "$steam_path" } main_menu(){