An open API service indexing awesome lists of open source software.

https://github.com/hato1125/desktop

🪟 minimal desktop shell
https://github.com/hato1125/desktop

ags astal desktop linux shell wayland

Last synced: 5 days ago
JSON representation

🪟 minimal desktop shell

Awesome Lists containing this project

README

          

# desktop

![screenshot](assets/desktop.png)

A personal Wayland shell mockup built with [AGS](https://github.com/aylur/ags)
on top of GTK4.
Used as my daily driver until [arc](https://github.com/Hato1125)
(a future C++ UI framework) is ready.

## Stack

- AGS / gnim (TypeScript JSX → GTK4)
- GJS runtime
- esbuild + lightningcss

## Run

```sh
bun run watch # watch + reload
bun run debug # one-off debug build
bun run release # release build
```