NekoCute Dock
Find a file
2021-10-21 12:15:21 +08:00
.github/workflows Update build.yml 2021-08-31 01:24:05 +08:00
debian Update 0.5.1 2021-10-09 11:08:51 +08:00
images Update icons 2021-06-04 15:11:39 +08:00
qml Add new style 2021-10-16 19:53:52 +08:00
src Modify default style 2021-10-21 12:15:21 +08:00
translations Translated using Weblate (Japanese) 2021-10-14 17:10:33 +02:00
.gitignore Update icon size 2021-05-06 11:24:12 +08:00
CMakeLists.txt Fix pin & unpin 2021-10-03 20:13:00 +08:00
cutefish-dock-list.conf Fix pin & unpin 2021-10-03 20:13:00 +08:00
LICENSE first commit 2021-03-16 11:17:11 +08:00
README.md Use CMAKE_INSTALL_BINDIR instead of hardcoded path 2021-08-13 00:55:40 +02:00
resources.qrc Update icons 2021-06-04 15:11:39 +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 -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install

License

This project has been licensed by GPLv3.