summaryrefslogtreecommitdiff
path: root/tray/README.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 14:17:36 +0200
committerAylur <[email protected]>2024-09-01 14:17:36 +0200
commit3e3f045d650a839d21f7b649da7aa5c19bd2e38b (patch)
tree9a974eb0d38932d474940288c662bd1f01ea3088 /tray/README.md
parent408faee16911ccfaa3e7dad69f9938fd4a696704 (diff)
monorepo structuring
Diffstat (limited to 'tray/README.md')
-rw-r--r--tray/README.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/tray/README.md b/tray/README.md
deleted file mode 100644
index c436746..0000000
--- a/tray/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