-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
change requestA request to change somethingA request to change something
Description
Is your feature request related to a problem? Please describe.
Assume I have ~/Downloads as a source (along with a few other folders)
$ df -h ~/Downloads
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 234G 69G 153G 32% /$ du -sh ~/Downloads
5.1G ~/DownloadsFor this source, the progress bar will state 5.1 GB used out of 234GB which is correct. But the background progress bar value feels a bit misleading. It would be nice if the progress bar included 63.9GB (69GB total used space- 5.1GB used by source) in grey color followed by actually space used by source (5.1GB) in blue and remaining in white as currently.
This way if there are multiple sources in the same machine the used space bar looks more accurate
Metadata
Metadata
Assignees
Labels
change requestA request to change somethingA request to change something
Projects
Status
In Progress