• Hi there 👋

    Typing SVG

  • Joined on 2026-03-21
zach suggested changes for zach/z-bar-qt#115 2026-06-02 18:25:12 +02:00
lid behavior watcher to lock session
zach commented on pull request zach/z-bar-qt#115 2026-06-02 18:25:12 +02:00
lid behavior watcher to lock session

Typo probably. "lcck" should be "lock"

zach commented on pull request zach/z-bar-qt#117 2026-06-02 16:44:26 +02:00
Rewrite the manager responsible for handling automatic hyprsunset temperature activation as a qml plugin

Due to how small in scale the original code was I think it'd be pretty difficult to see much performance gain with this plugin. I also didn't write it having "performance-first" in mind. But maybe…

zach created pull request zach/z-bar-qt#117 2026-06-02 16:12:25 +02:00
Rewrite the manager responsible for handling automatic hyprsunset temperature activation as a qml plugin
zach pushed to hyprsunset-manager-rewrite at zach/z-bar-qt 2026-06-02 16:09:57 +02:00
d246ba1800 rewrite the manager responsible for handling automatic hyprsunset temperature activation as a qml plugin
zach created branch hyprsunset-manager-rewrite in zach/z-bar-qt 2026-06-02 16:09:57 +02:00
zach commented on pull request zach/z-bar-qt#115 2026-06-02 11:34:29 +02:00
lid behavior watcher to lock session

Doesn't this trigger only when the system is about to suspend/hibernate? There should be a way to query the lid state directly.

zach commented on pull request zach/z-bar-qt#115 2026-06-02 11:10:08 +02:00
lid behavior watcher to lock session

You need to create a signal in the root Scope and call it here rather than setting the locked value directly.

zach deleted branch feat/improved-gestures from zach/z-bar-qt 2026-06-01 19:19:00 +02:00
zach pushed to main at zach/z-bar-qt 2026-06-01 19:18:55 +02:00
807b2525b7 Merge pull request 'initial refactor of Interactions.qml to add better support for touch screen gestures' (#114) from feat/improved-gestures into main
9e3cad6dbd Merge branch 'main' into feat/improved-gestures
17e600e78e Merge branch 'main' into feat/improved-gestures
0820c8e023 Merge branch 'main' into feat/improved-gestures
6926880074 remove multi-touch handlers, single point for sidebar
Compare 11 commits »
zach merged pull request zach/z-bar-qt#114 2026-06-01 19:18:54 +02:00
initial refactor of Interactions.qml to add better support for touch screen gestures
zach commented on pull request zach/z-bar-qt#114 2026-06-01 19:18:50 +02:00
initial refactor of Interactions.qml to add better support for touch screen gestures

I think we can absolutely add gestures for all parts of the UI, but I also think they're not mutually exclusive. For example we can make it so opening the drawing popout will activate with a…

zach pushed to feat/improved-gestures at zach/z-bar-qt 2026-06-01 19:01:13 +02:00
9e3cad6dbd Merge branch 'main' into feat/improved-gestures
9436acd626 change charging color
Compare 2 commits »
zach pushed to main at zach/z-bar-qt 2026-06-01 17:12:32 +02:00
9436acd626 change charging color
zach pushed to main at zach/z-bar-qt 2026-06-01 15:04:51 +02:00
7eba84c8be Better battery indicator and dedicated Battery singleton in helpers
zach pushed to feat/improved-gestures at zach/z-bar-qt 2026-06-01 12:13:34 +02:00
0820c8e023 Merge branch 'main' into feat/improved-gestures
ebedf4b6fe increase slider visibility and remove debug logging
Compare 2 commits »
zach pushed to main at zach/z-bar-qt 2026-06-01 12:12:05 +02:00
ebedf4b6fe increase slider visibility and remove debug logging
zach pushed to feat/improved-gestures at zach/z-bar-qt 2026-05-31 23:05:36 +02:00
6926880074 remove multi-touch handlers, single point for sidebar
zach pushed to feat/improved-gestures at zach/z-bar-qt 2026-05-31 22:45:36 +02:00
1e1c90a0c5 remove redundant logging
zach pushed to feat/improved-gestures at zach/z-bar-qt 2026-05-31 22:30:26 +02:00
db6051457f fix drag gestures firing more than once from one drag