I've looked all over google but have yet to find what i'm looking for. I just want a simple Indicator that shows the remaining HDD space for my drives. Doesn't need to be fancy because it's being used on my laptop and i only have 1 HDD.
Asked
Active
Viewed 1,435 times
1 Answers
1
Install indicator-sysmonitor from Is an Internet connectivity indicator applet available for the Unity panel?.
You'll need to create a script that will contain a call to df
or something similar and then parse out the required information. Get the script going in the terminal first to ensure you have the correct value before adding it to the indicator.

Bernmeister
- 1,231
-
1I spoke too soon: there is a built-in free space sensor in this indicator...so up to you how you easy you want to make your life! – Bernmeister Jul 22 '14 at 10:33
-
I have added background script functionality to https://askubuntu.com/a/786708/67335 which would allow you to call 'df' and display the result in the panel. – Bernmeister Nov 06 '21 at 00:39