summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-30fix(lua): correctly handle nil values in Variable.deriveAylur
closes #28
2024-09-30fix(notifd): check ignore-timeout after Notify calls tooAylur
#32
2024-09-30docs: clarify ags installation #30Aylur
2024-09-29fix typoAylur
2024-09-28Merge pull request #27 from tokyob0t/mainAylur
core: lua fix typo
2024-09-28lua: fix tpyoKevin
2024-09-28Merge pull request #25 from Aylur/fix/astalify-remove-childrenAylur
core: fix astalified container not removing children
2024-09-28gjs: astalify fix indentationkotontrion
2024-09-28lua: fix astalified containerkotontrion
2024-09-28core: fix astalified container not removing childrenkotontrion
2024-09-28fix #24 correctly insert nil vaues into transform paramsAylur
2024-09-28docs(faq): is there way to limit sizeAylur
2024-09-27Merge pull request #18 from Aylur/feat/idle-inhibitorAylur
add idle inhibitor
2024-09-27style: fix indentationAylur
I will setup uncrustify at some point, but the number of options is overwhelming it will take a while
2024-09-27core: move vapi dir to srckotontrion
2024-09-27core: idle inhibitor fix code stylekotontrion
2024-09-26fix #20: hyprland sync workspaces on focused_workspaceAylur
2024-09-26river: make focused-tags property writablekotontrion
2024-09-26lua: add notify::prop signal support for hooksAylur
2024-09-26fix #19: lua widget_toggle_class_nameAylur
2024-09-26add: python example barAylur
2024-09-25docs(gjs): add example reactive mapAylur
2024-09-25docs: restructureAylur
2024-09-25core: reregister inhibitor when window is shownkotontrion
2024-09-24core: inhibitor remove debug statementkotontrion
2024-09-24core: add window inhibit propertykotontrion
2024-09-23docs(ags): $GOPATH tipAylur
2024-09-23fix: hero bg blur on mobileAylur
2024-09-23docs: nix derivation for valaAylur
2024-09-22wireplumber: fix race conditionkotontrion
sometimes an endpoint gets added before the associated device. The creation of an endpoint is now delayed until the associated device is added.
2024-09-22docs: add iconAylur
2024-09-22examples: add vala barAylur
2024-09-21Merge pull request #15 from zoriya/mainAylur
Fix flake for river
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-20Fix flake for riverZoe Roux
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