Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-29 | fixup(notifd): make dismissed signal internal | Aylur | |
its used only internally, the resolved signal is meant to be the public api | |||
2024-10-29 | touchups | Aylur | |
fix docs derivation format meson.build | |||
2024-10-29 | Merge branch 'main' into feat/cava | kotontrion | |
2024-10-29 | cava: add libcava as subproject | kotontrion | |
if libcava could not be found on the system, meson will fallback to the subproject, which should make packaging for nix easier | |||
2024-10-28 | fix: #57 hyprland fullscreen enum (#58) | João Pereira | |
2024-10-27 | fix(astal3): windowanchor annotation | Aylur | |
2024-10-27 | fix: mpris constructor | Aylur | |
2024-10-27 | cli: better err logs | Aylur | |
2024-10-27 | docs(mpris): doc comments | Aylur | |
2024-10-27 | docs(bluetooth): doc comments | Aylur | |
2024-10-25 | docs: battery doc comments | Aylur | |
2024-10-25 | tray: fix method visibility | kotontrion | |
2024-10-25 | docs: add tray docs | kotontrion | |
2024-10-24 | apps: add option to include keywords in queries (#56) | matteo4375 | |
2024-10-24 | lib(apps): make scoring mechanism public | Aylur | |
resolves #54 | |||
2024-10-23 | docs: astal3 and io comments | Aylur | |
2024-10-23 | docs: fixup notifd and apps | Aylur | |
2024-10-23 | docs: notifd doc comments | Aylur | |
2024-10-20 | fix #51 keymode enum | Aylur | |
2024-10-16 | Merge branch 'main' into fix/fuzzy-search | Aylur | |
2024-10-16 | fix io send_message | Aylur | |
2024-10-16 | apps: fuzzy: reduce panalty for not matching | kotontrion | |
2024-10-15 | docs: astal-io doc comments | Aylur | |
2024-10-15 | docs: apps doc comments | Aylur | |
docs: apps doc comments | |||
2024-10-15 | docs: update references flake | Aylur | |
2024-10-15 | refactor lua and gjs lib | Aylur | |
2024-10-14 | feat: Astal3 | Aylur | |
2024-10-14 | feat: astal-io | Aylur | |
2024-10-14 | cava: initial nix build | Aylur | |
2024-10-14 | Merge pull request #44 from 0x6e6174/main | Aylur | |
check that conn is not null in Hyprland.write_socket() prior to setting output values | |||
2024-10-14 | lib(hyprland): check if conn and strea is not null | Aylur | |
2024-10-13 | check that conn is not null | gnat | |
2024-10-13 | apps: fix style | kotontrion | |
2024-10-11 | cava: added remaining properties | kotontrion | |
2024-10-11 | apps: better fuzzy search algorithm | kotontrion | |
2024-10-10 | Merge branch 'main' into feat/cava | kotontrion | |
2024-10-10 | cava: add doce | kotontrion | |
2024-10-10 | cava: make properties changeable during runtime | kotontrion | |
2024-10-09 | cava: add audio selection | kotontrion | |
2024-10-09 | cava: add more properties | kotontrion | |
2024-10-08 | notifd: fix notification setters | Aylur | |
2024-10-07 | notifd: add doc comments | Aylur | |
they are not included in the generated docs or gir yet | |||
2024-10-06 | fix #36: battery-icon-name | Aylur | |
a | |||
2024-10-03 | cava: don't use config file | kotontrion | |
2024-10-02 | river: fix ouput remove bug | kotontrion | |
2024-09-30 | fix(notifd): check ignore-timeout after Notify calls too | Aylur | |
#32 | |||
2024-09-29 | new lib: cava | kotontrion | |
2024-09-26 | fix #20: hyprland sync workspaces on focused_workspace | Aylur | |
2024-09-26 | river: make focused-tags property writable | kotontrion | |
2024-09-22 | wireplumber: fix race condition | kotontrion | |
sometimes an endpoint gets added before the associated device. The creation of an endpoint is now delayed until the associated device is added. |