From 6142022fde5ffbacfa0f89d85ce416d2fce48137 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 03:08:51 +0200 Subject: move to monorepo --- tray/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tray/README.md (limited to 'tray/README.md') diff --git a/tray/README.md b/tray/README.md new file mode 100644 index 0000000..c436746 --- /dev/null +++ b/tray/README.md @@ -0,0 +1,30 @@ +# libastal-tray +a library for managing the systemtray by implementing the StatusNotifierItem dbus protocol. + +## Build from source +### Dependencies + +- meson +- glib +- gdk-pixbuf +- gtk3 +- gobject-introspection +- dbusemenu-gtk3 +- vala + +```sh +# Clone the repository +git clone https://github.com/astal-sh/tray +cd tray + +# Setup and build +meson setup build +meson compile -C build + +# Install +meson install -C build +``` + +## Todo +- docs +- cli tool -- cgit v1.2.3