https://github.com/johanmalm/tint
https://github.com/johanmalm/tint
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johanmalm/tint
- Owner: johanmalm
- License: gpl-2.0
- Created: 2022-10-19T19:30:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T19:13:37.000Z (over 1 year ago)
- Last Synced: 2025-02-01T10:13:39.889Z (4 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tint
This is an experiment - which takes the form of a toy panel - to evaluate
[layer-shell-qt]. WARNING: It is extremely alpha.Implementation:
- Render QMainWindow with some QToolButtons
- Talk to [wlr-foreign-toplevel-management] protocol to show windows in taskbar
and implement minimize-raise on mouse left-click.Dependencies:
- cmake, extra-cmake-modules
- qt6-{base,wayland}
- [layer-shell-qt] which is [packaged quite widely]## Build
```
cmake -B build
cmake --build build
```[layer-shell-qt]: https://invent.kde.org/plasma/layer-shell-qt
[packaged quite widely]: https://repology.org/project/layer-shell-qt/versions
[wlr-foreign-toplevel-management]: https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-foreign-toplevel-management-unstable-v1.xml