Storage Statusbar is a small application that displays the disk space status in the menu bar. It is written in Python and uses the rumps library.
- Python 3.x
psutil
andrumps
libraries
-
Download and install Python: Download Python
-
Install the required Python libraries:
pip install psutil rumps
-
Download or clone the
ssb.py
file:git clone https://github.com/dogukansahil/Storage-Statusbar.git cd Storage-Statusbar
-
Run the application:
python ssb.py
When the application is running, the disk space information will be displayed in the menu bar. By default, it shows the free space in GB.
Click on the "Language" option in the menu to select a different language.
Click on the "Change Display Mode" option in the menu to switch between displaying the disk space as a percentage or in GB.
- English (en)
- Simplified Chinese (zh-Hans)
- Spanish (es)
- Arabic (ar)
- Hindi (hi)
- French (fr)
- Russian (ru)
- Bengali (bn)
- Portuguese (pt)
- Japanese (ja)
- Turkish (tr)
- Traditional Chinese (zh-Hant)
- Italian (it)
- Stop the application.
- Delete the
Storage-Statusbar
directory:rm -rf Storage-Statusbar
- Optionally, you can uninstall the installed Python libraries:
pip uninstall psutil rumps
This project is licensed under the MIT License. For more information, see the LICENSE
file.