summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-06-28add flake, format, small fixes (#1)Aylur
* add flake, format, small fixes * moved the mainloop in cli.vala to the scope of deamonize * made versions public in config.vala * added notify_property("items") calls in tray.vala, this makes it work with the bind API in gjs * added flake.nix NOTE for nix: The dbusmenu workaround in meson seems to break typelib linking on nix which I could not find a solution for. A simple workaround is to simply put the dependencies of dbusmenu-gtk in buildInputs, which is fine, but I'm sure this will cause confusion since no other libs require additional packages in buildInputs * fix(cli): item changed event * move header to includedir/astal
2024-06-18add missing methodskotontrion
2024-06-17fix enum representation in jsonkotontrion
2024-06-17add get_default method to obtain the singleton instancekotontrion
2024-06-14fix vapi pathkotontrion
2024-05-23add cli toolkotontrion
2024-05-23code formattingkotontrion
2024-05-23clean up small thingskotontrion
2024-05-23fix item registration on watcher owner changeskotontrion
2024-05-23implement tray itemskotontrion
2024-05-22init 0.1.0kotontrion