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.
 
 
 
Slula ina 2e2bc37187
Translated using Weblate (Slovak)
2 years ago
qml MeuiKit API Update 2 years ago
screenshots Rewrite with udisks2-qt5 2 years ago
translations Translated using Weblate (Slovak) 2 years ago
.gitignore Init 3 years ago
CMakeLists.txt Rewrite with udisks2-qt5 2 years ago
LICENSE Create LICENSE 2 years ago
README.md Rewrite with udisks2-qt5 2 years ago
backend.cpp Rewrite with udisks2-qt5 2 years ago
backend.h Remove leftover 2 years ago
cyber-disk-usage.desktop Add titlebar; attempt to fix icon bug 2 years ago
main.cpp Rewrite with udisks2-qt5 2 years ago
qml.qrc Remove image 2 years ago

README.md

Cyber Disk Usage

A simple utility to check your disk usage.

Disk Usage (light theme) Disk Usage (dark theme)

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