NekoCute Dock
Find a file
2021-04-18 21:23:47 +08:00
.vscode Fix the switch between dark mode 2021-03-17 21:33:06 +08:00
debian Update control file 2021-04-01 01:25:52 +08:00
qml Adjust window radius 2021-04-18 21:23:47 +08:00
src Adjust window radius 2021-04-18 21:23:47 +08:00
svg Revert "New launcher logo" 2021-04-06 12:23:22 +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 Add DockBackground class 2021-04-16 01:13:45 +08:00
LICENSE first commit 2021-03-16 11:17:11 +08:00
README.md Update FishUI 2021-04-09 22:38:15 +08:00
resources.qrc Use TopLevelMenu instead of DockMenu 2021-04-04 17:34:21 +08:00

Dock

CutefishOS application dock.

Dependencies

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

You also need fishui and libcutefish.

Build and Install

mkdir build
cd build
cmake ..
make
sudo make install

License

This project has been licensed by GPLv3.