summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-10fix(window): anchor getterAylur
2025-02-07Revert "fix(window): auto shrink gtk4 windows"Aylur
This reverts commit 173e35fb3b4e2e219524e1232e93683283e8fe81.
2025-02-06fix(window): auto shrink gtk4 windowsAylur
by setting default sizes to 1
2025-02-06fix(notifd): invalidate props from proxyAylur
this fixes dont-disturb and ignore-timeout getters from the proxy, currently the cached values were returned which were set at launch and never changed might be a better idea to use the PropertiesChanged interface instead
2025-02-05fix typoAylur
2025-02-01fix the other typo in ifaces (#272)cccslater
I missed it the first time
2025-02-01 upower.vala: fix typo (#269)cccslater
Lis -> lid
2025-02-01Merge pull request #270 from Dr0med4r/focused_workspaceAylur
fix(hyprland): focused_workspace
2025-01-29fix(hyprland): focused_workspaceDr0med4r
If moving a workspace to another monitor the newly created workspace has the focus. Also notify the workspaces as a property of a workspace has changed.
2025-01-28fix #264: mpris exampeAylur
2025-01-28Merge pull request #141 from ojaskavathe/mainAylur
feat: add battery_percentage to bluetooth devices
2025-01-28fix(gjs/overrides): add patch for Hyprland.prototype.binds (#257)Juhan
2025-01-28Fix this in default signal handler (#263)João Pereira
2025-01-24fix(bluetooth): battery between 0-1Ojas Kavathe
2025-01-23chore: nix flake updateAylur
2025-01-23update popover example #249Aylur
2025-01-23update popover exampleAylur
2025-01-23feat: monitor get_current_monitorAylur
2025-01-23add: lua gtk3 examples (#156)Kevin
2025-01-20Fix signal names for EventControllerFocus (#251)agentx3
2025-01-18Update theming.mdAylur
2025-01-16fix(hyprland): update clients on openwindow if needed (#148)pynappo
closes #188
2025-01-16add: OSD ts example #195Aylur
2025-01-16add: gtk3 ts popover exampleAylur
closes #224 closes #157
2025-01-16Update installation.md (#248)Alexandre1a
I added a package : wayland-protocol-devel This package is required to build astal3 on Fedora and was not included in the package line in the docs.
2025-01-13notification example: fix implicit destroykotontrion
the notificationsMap holds references to the notification widgets, therefore the box should not destroy the widgets in the bind
2025-01-12chore: update gjs exampleAylur
use camelCase to satisfy types
2025-01-12Added HyprPanel to showcase. (#244)Jas Singh
2025-01-12fix #228: gjs: onScroll controller flagsAylur
2025-01-12chore(hyprland): add 3 missing properties for `Bind` (#234)Juhan
2025-01-12fix #238: Astal.Slider page incrementAylur
2025-01-12fix #241: gjs: return value of hook callbackAylur
2025-01-12docs: update nix pageAylur
close #245
2025-01-10tray: add a way to call the menus AboutToShowkotontrion
2025-01-08apps: fix wrong penaltykotontrion
2025-01-07Merge pull request #225 from matt1432/typesAylur
Annotate Vala namespaces to fix gir files
2025-01-07chore(gjs): update meson.buildAylur
2025-01-07fix(vala): add namespace and version annotation for gir filesmatt1432
2025-01-06fix 70ed5584Aylur
2025-01-06fix(gjs): app.launchAylur
2025-01-05Merge pull request #233 from ezerinz/mainAylur
Add my configuration to showcases
2025-01-05add epik-shell to showcasesEdwin
2025-01-03Merge pull request #227 from tokyob0t/lua-smol-fixAylur
lua: Variable.derive fix
2025-01-03lua: Variable.derive fixKevin
2025-01-03docs: remove random lineAylur
2025-01-03docs: update tray install guideAylur
2025-01-03docs: update tray installation guideAylur
2025-01-02Merge pull request #222 from matt1432/nix-passthruAylur
[Nix] Expose `girName` of each lib with `passthru`
2025-01-01docs(faq): how to register keybindingsAylur
close #223
2025-01-01docs: update showcasesAylur