https://github.com/linarcx/wingpanel-indicator-disk-usage
Wingpanel Disk-Usage Indicator
https://github.com/linarcx/wingpanel-indicator-disk-usage
disk-usage void-linux wingpanel-indicator
Last synced: 9 months ago
JSON representation
Wingpanel Disk-Usage Indicator
- Host: GitHub
- URL: https://github.com/linarcx/wingpanel-indicator-disk-usage
- Owner: LinArcX
- License: gpl-3.0
- Archived: true
- Created: 2020-04-18T07:18:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T09:58:16.000Z (over 5 years ago)
- Last Synced: 2025-03-02T05:15:19.917Z (12 months ago)
- Topics: disk-usage, void-linux, wingpanel-indicator
- Language: Vala
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wingpanel Disk-Usage Indicator
## Building and Installation
You'll need the following dependencies:
- `libglib2.0-dev`
- `libgtk-3-dev`
- `libwingpanel-2.0-dev`
- `meson`
- `valac`
Run `meson` to configure the build environment and then ninja to build:
```
meson build --prefix=/usr
cd build
ninja
```
To install, use ninja install:
`sudo ninja install`
### Distributions
#### Void [[WIP](https://github.com/void-linux/void-packages/pull/21155)]
## Donate
- Monero: `48VdRG9BNePEcrUr6Vx6sJeVz6EefGq5e2F5S9YV2eJtd5uAwjJ7Afn6YeVTWsw6XGS6mXueLywEea3fBPztUbre2Lhia7e`

## License
