NekoCute Dock
Find a file
2021-03-24 20:43:50 +08:00
.vscode Fix the switch between dark mode 2021-03-17 21:33:06 +08:00
debian Add debian files 2021-03-20 17:17:41 +08:00
qml Handle the top statusbar 2021-03-24 20:43:50 +08:00
src Handle the top statusbar 2021-03-24 20:43:50 +08:00
svg Fix the switch between dark mode 2021-03-17 21:33:06 +08:00
translations Update translations 2021-03-24 19:51:24 +08:00
.gitignore first commit 2021-03-16 11:17:11 +08:00
CMakeLists.txt Simplification 2021-03-24 19:44:53 +08:00
LICENSE first commit 2021-03-16 11:17:11 +08:00
README.md first commit 2021-03-16 11:17:11 +08:00
resources.qrc Simplification 2021-03-24 19:44:53 +08:00

Dock

CutefishOS application dock.

Dependencies

sudo pacman -S gcc cmake qt5-base qt5-quickcontrols2 kwindowsystem

You also need meuikit and libcyber-system.

Build and Install

mkdir build
cd build
cmake ..
make
sudo make install

License

This project has been licensed by GPLv3.