onishy / Ubersicht-DiskUsage-bar

Simple Disk Usage bar widget for Übersicht
http://tracesof.net/uebersicht/
MIT License
2 stars 0 forks source link

Buggy on macOS Catalina #2

Open MaybeCarter opened 5 years ago

MaybeCarter commented 5 years ago
Screen Shot 2019-06-06 at 8 31 18 PM

I know this is an issue with the beta OS, not your widget, but on macOS Catalina beta 1, the calculation is off- I have a 256 gb machine, with 49.55 gb free (reported by the system), but it says I'm only using 9.36 gb.

onishy commented 4 years ago

Hi Cart3rSanders0n. Thanks for the report and sorry for my late reply. I finally updated to Catalina and figured out the bug. The problem was that the order of disks shown by df -l command seems to have changed. Now it should be on the line 2 so I changed the index. If this doesn't fix the problem, please choose the right disk from df -l and set the disk_index variable in index.coffee script to the correct line number. Thanks!