You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
qml | 2 years ago | |
screenshots | 2 years ago | |
translations | 2 years ago | |
.gitignore | 3 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
backend.cpp | 2 years ago | |
backend.h | 2 years ago | |
cyber-disk-usage.desktop | 2 years ago | |
main.cpp | 2 years ago | |
qml.qrc | 2 years ago |
README.md
Cyber Disk Usage
A simple utility to check your disk usage.
Dependencies
sudo pacman -S qt5-base qt5-quickcontrols2 udisks2-qt5
You'll also need to build/install MeuiKit to use this properly.
Build and Install
mkdir build
cd build
cmake ..
make -j$(nproc)
sudo make install