Go to file
Slula ina 2e2bc37187
Translated using Weblate (Slovak)
Currently translated at 100.0% (6 of 6 strings)

Translation: CyberOS/Disk Usage
Translate-URL: https://hosted.weblate.org/projects/cyberos/disk-usage/sk/
2021-09-20 22:37:00 +02:00
qml MeuiKit API Update 2021-05-25 19:40:01 +02:00
screenshots Rewrite with udisks2-qt5 2021-05-11 19:41:22 +02:00
translations Translated using Weblate (Slovak) 2021-09-20 22:37:00 +02:00
.gitignore Init 2020-12-10 09:55:47 +01:00
CMakeLists.txt Rewrite with udisks2-qt5 2021-05-11 19:41:22 +02:00
LICENSE Create LICENSE 2021-02-19 10:33:11 +01:00
README.md Rewrite with udisks2-qt5 2021-05-11 19:41:22 +02:00
backend.cpp Rewrite with udisks2-qt5 2021-05-11 19:41:22 +02:00
backend.h Remove leftover 2021-05-11 19:42:24 +02:00
cyber-disk-usage.desktop Add titlebar; attempt to fix icon bug 2021-02-12 11:16:30 +01:00
main.cpp Rewrite with udisks2-qt5 2021-05-11 19:41:22 +02:00
qml.qrc Remove image 2021-05-11 12:54:15 +02:00

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