Desktop Taskbar.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
reionwong 6df50a5887 fix(dock): port dock to Qt6 4 weeks ago
.github/workflows Update build.yml 5 years ago
compat fix(dock): port dock to Qt6 4 weeks ago
debian feat: release 0.8 5 years ago
images Update icons 5 years ago
qml fix(dock): port dock to Qt6 4 weeks ago
src fix(dock): port dock to Qt6 4 weeks ago
translations Translated using Weblate (Tamazight (Central Atlas)) 5 years ago
.gitignore Update icon size 5 years ago
CMakeLists.txt fix(dock): port dock to Qt6 4 weeks ago
LICENSE first commit 6 years ago
README.md Use CMAKE_INSTALL_BINDIR instead of hardcoded path 5 years ago
cutefish-dock-list.conf Fix pin & unpin 5 years ago
resources.qrc Update icons 5 years ago

README.md

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.