summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-21examples: update battery widget to use battery_icon_nameAylur
closes #14
2024-09-21fix(box): children setterAylur
do not call destroy on an already removed child
2024-09-21fix(Variable): remove explicit run_disposeAylur
let gc collect them
2024-09-19Update wireplumber.mdAylur
de096e16da8a76c60b97ca0238a1cd1b545fa295
2024-09-18Merge branch 'fix/wireplumber-11'kotontrion
2024-09-18add version constants to auth, river and wireplumber libskotontrion
2024-09-18wireplumber: rename get_default_wp to get_defaultkotontrion
2024-09-18device id null checkkotontrion
2024-09-18cleanup workflowsAylur
2024-09-17style(gjs): binding runtime private propertiesAylur
so people don't try to access the emitter
2024-09-17fix(battery): charged 100 battery iconAylur
2024-09-17battery: use json-glib for cliAylur
2024-09-17fix(notifications): urgency getterAylur
2024-09-17fix(mpris): length getterAylur
the spec says length is supposed to be an int64 but spotify is returning a uint64
2024-09-14fixAylur
2024-09-14battery: use numbered battery iconsAylur
2024-09-14docs: versioned gi-docgenAylur
2024-09-14Merge pull request #10 from tokyob0t/mainAylur
docs: fixed typo in mpris.md
2024-09-14docs: fixed typo in mpris.mdKevin
2024-09-14Update installation.mdAylur
it should probably be moved to the root from the src directory
2024-09-14lua: adjust Variable.poll for 25664dbeAylur
2024-09-14lua: adjust exec functionsAylur
2024-09-14fix: Network.get_device #6Aylur
2024-09-14Merge pull request #9 from tokyob0t/mainAylur
Added examples for python and lua to the docs :nerd_face:
2024-09-14docs: lib examples consistencyAylur
2024-09-14Added examples for python and luaKevin
2024-09-13Merge pull request #7 from marleypowell/patch-1Aylur
docs: fixed typo in faq.md
2024-09-13docs: fixed typo in faq.mdMarley
2024-09-12fix: widget constructor assigning orderAylur
assign children first, so props that depend on them work for example Stack.shown
2024-09-12docs: list of jsx available widgetsAylur
2024-09-12fix: box and stack children setterAylur
2024-09-12lua: rockspeck urlsAylur
2024-09-11lua: fix hookAylur
2024-09-12fixes and touchupsAylur
2024-09-12docs: fix urlAylur
2024-09-12docs: touchupsAylur
2024-09-12Merge pull request #5 from Aylur/nix/lua-builderAylur
lua example, nix builder
2024-09-11add: stack widgetAylur
2024-09-11docs: package lua on nixAylur
2024-09-11nix: touchupsAylur
2024-09-11example: add lua simple-barAylur
2024-09-11nix: move devshell into its own fileAylur
2024-09-11add lua builderAylur
2024-09-11docs: document librariesAylur
2024-09-11tray: Change return type of create_menu methodkotontrion
Programs using this lib won't have to link against DBusmenu-gtk3 anymore.
2024-09-10example: fix linkAylur
2024-09-09lib: notifd check for valid replace idsAylur
2024-09-09lib: hyprland 0.42 fullscreen changesAylur
this means this library is for hyprland ^0.42
2024-09-08docs: how to create regular windowsAylur
2024-09-08docs: document list type propertiesAylur