diff options
author | Aylur <[email protected]> | 2024-09-01 03:08:51 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 03:08:51 +0200 |
commit | 6142022fde5ffbacfa0f89d85ce416d2fce48137 (patch) | |
tree | 2cbfbff485b49f305990b80134b39681439e7bde /README.md | |
parent | d26245409c124a769f4c1f4f25399735f8c80758 (diff) |
move to monorepo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index c436746..0000000 --- a/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 |