No description
  • QML 53.3%
  • C++ 44.6%
  • CMake 1.1%
  • JavaScript 0.5%
  • C 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Darrel Griët c8c4d4bd46 speed-dial: Keep the bottom item on screen with a flat tire
The dial is laid out on the full virtual circle. On a flat tire
display its lowest item sits in the rows the chin hides.

The label is centered on the whole display, chin included. The dial
shares that center, so it cannot move up out of the way. Shrinking it
to fit below that center loses size all round for space that is only
missing at the bottom.

Flatten the lower half of the orbit instead. That costs only what the
chin takes there. Flattening crowds the items at 3 and 9 o'clock, so
the icons shrink to open those seams. The orbit narrows with them,
which pulls the top item down a little. A PathPercent at the join keeps
four items on each side, so 3 and 9 o'clock stay on the horizontal.

Signed-off-by: Darrel Griët <dgriet@gmail.com>
2026-09-09 20:54:08 +02:00
i18n Consolidate lipstick translations with the launcher translations 2026-06-17 21:02:35 +02:00
lipstick lipstick: drive the shutdown screen from systemd-logind 2026-07-24 17:45:12 +02:00
src speed-dial: Keep the bottom item on screen with a flat tire 2026-09-09 20:54:08 +02:00
.gitignore Consolidate lipstick translations with the launcher translations 2026-06-17 21:02:35 +02:00
CMakeLists.txt Use org.asteroid.utils WallClock instead of Nemo.Time 2026-07-31 16:49:10 +02:00
COPYING.BSD Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00
COPYING.MIT Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00
README Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00

Asteroid-launcher is a wayland compositor which uses Lipstick from NemoMobile which itself uses QML, QtWayland, QPA etc... It is designed to provide a smartwatch UX for the AsteroidOS project.

Asteroid-launcher is released under the BSD license and is based on Glacier-Home (released under the BSD license) which is itself based on lipstick-colorful-home(released under MIT provided in COPYING.MIT).