summaryrefslogtreecommitdiff
path: root/tray/README.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:09:21 +0200
committerAylur <[email protected]>2024-09-01 03:09:21 +0200
commit276f4a8dc779632bffe5a7ec913a8a7f79cc5928 (patch)
tree5090047c6b1d15514085e6c64cb565170a1aad29 /tray/README.md
parent18bbf27cad2095b2d81e420f96feb88501f5d2dd (diff)
parent6142022fde5ffbacfa0f89d85ce416d2fce48137 (diff)
merge tray
Diffstat (limited to 'tray/README.md')
-rw-r--r--tray/README.md30
1 files changed, 30 insertions, 0 deletions
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