• Hi there 👋

    Typing SVG

  • Joined on 2026-03-21
zach pushed to hyprsunset-manager-rewrite at zach/z-bar-qt 2026-06-04 15:05:23 +02:00
94f2cf076c fix applying end() on init
zach pushed to hyprsunset-manager-rewrite at zach/z-bar-qt 2026-06-04 14:56:54 +02:00
9168b6e893 Merge branch 'main' into hyprsunset-manager-rewrite
a477fb2e22 fix namespaces and logging names
Compare 2 commits »
zach pushed to main at zach/z-bar-qt 2026-06-04 14:56:23 +02:00
a477fb2e22 fix namespaces and logging names
zach pushed to main at zach/zterm 2026-06-04 14:53:08 +02:00
c31166c087 repaint when cursor moves
zach pushed to main at zach/zterm 2026-06-04 14:45:44 +02:00
f07b1724d9 fix compiler warning
zach pushed to main at zach/zterm 2026-06-04 14:30:59 +02:00
1bbd8fd1b9 fix ahead/behind count in git status bar
zach pushed to main at zach/zterm 2026-06-04 14:05:49 +02:00
3164873a66 fix rendering bug
zach pushed to main at zach/zterm 2026-06-04 11:16:41 +02:00
7f4249dde9 agents
zach pushed to hyprsunset-manager-rewrite at zach/z-bar-qt 2026-06-03 23:21:12 +02:00
6586cc2788 do not use apply() in initializer
zach pushed to main at zach/zterm 2026-06-03 23:16:47 +02:00
a56a2108ac use gix for git status
zach pushed to main at zach/zterm 2026-06-03 22:10:55 +02:00
fe0a21bdb9 cleaned up debug code
zach pushed to hyprsunset-manager-rewrite at zach/z-bar-qt 2026-06-03 18:02:28 +02:00
0be98a64ac Merge branch 'main' into hyprsunset-manager-rewrite
b6e7ee7a54 Merge pull request 'lid behavior watcher to lock session' (#115) from lid-switch-behavior into main
59789ab8d3 unused imports in shell.qml
a128c0fa40 removal reduntant config option and settings, unused lines in Lock.qml
6f856e2162 fix typo
Compare 27 commits »
zach pushed to main at zach/z-bar-qt 2026-06-03 18:02:23 +02:00
b6e7ee7a54 Merge pull request 'lid behavior watcher to lock session' (#115) from lid-switch-behavior into main
59789ab8d3 unused imports in shell.qml
a128c0fa40 removal reduntant config option and settings, unused lines in Lock.qml
6f856e2162 fix typo
a19701222b forgotton import and removal LidService
Compare 26 commits »
zach closed issue zach/z-bar-qt#102 2026-06-03 18:02:21 +02:00
Laptop lid behavior suspend/hibernate -> Locks screen
zach merged pull request zach/z-bar-qt#115 2026-06-03 18:02:21 +02:00
lid behavior watcher to lock session
zach pushed to main at zach/zterm 2026-06-03 17:13:23 +02:00
bc552f6f0f cleaned up debug code
zach commented on issue zach/z-bar-qt#119 2026-06-03 14:47:45 +02:00
Cursor locked (trackpad) in some cases after unlock

Can you move the cursor while it is still locked? So before entering the password

zach suggested changes for zach/z-bar-qt#115 2026-06-03 10:47:14 +02:00
lid behavior watcher to lock session

The only thing that sticks out to me immediately is the line I commented on, other than that it looks fine to me.

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

extracted() is declared but never implemented in the .cpp file.

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

There's currently a bug where if the Manager doesn't set identity on initialization if current time is outside scheduled time. I will probably fix this by using a three-state enum rather than…