FishUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Cutefish application uses it.
- Light and Dark Mode
- Borderless Wayland window move & resize
- Blurred window
- Window shadow
- Desktop-level menu
- The style of the Qt Quick control
- ...
sudo apt install qt6-base-dev qt6-base-private-dev qt6-declarative-dev -yBefore build, make sure you have necessary Qt environment.
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make installInstall compile dependencies:
$ sudo apt install equivs devscripts --no-install-recommends
$ sudo mk-build-deps -i -t "apt-get --yes" -rStart packing
$ dpkg-buildpackage -b -uc -usFishUI is licensed under GPLv3.