mirror of
https://github.com/zoriya/astal.git
synced 2026-05-29 08:51:48 +00:00
Create README.md
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user