screenFetch
                                
                                 screenFetch copied to clipboard
                                
                                    screenFetch copied to clipboard
                            
                            
                            
                        macOS Disk Size
I'm submitting a ... (check one with "x")
[x] bug report
[ ] new distro request
Bug report My disk usage is around 190GB, but shows as 11G / 500G.
> screenfetch -v
...
:: Finding current disk usage...found as '11G / 500G (4%%)'
...
If I execute the lines of the scrip that should be executed manually, it works fine though:
> totaldisk=$(df -H /System/Volumes/Data 2>/dev/null | tail -1)
> awk '{print $3}' <<< "${totaldisk}"
189G
+1 I'm experiencing the same issue
Hmmmm. Unsure why that's happening. I'll need to check it out locally and see what's happening. Thanks for the report!
@KittyKatt awesome thanks!