AramJonghu
  • Joined on 2026-03-21
AramJonghu created pull request zach/z-bar-qt#101 2026-05-25 20:09:30 +02:00
100 shell autocomplete, type fixes, Pillow deprecation cleanup
AramJonghu pushed to 100-cli-autocompletion at zach/z-bar-qt 2026-05-25 19:20:10 +02:00
d0b2a5fc1d adding hint if is ran without -- flag
AramJonghu pushed to 100-cli-autocompletion at zach/z-bar-qt 2026-05-25 19:03:04 +02:00
32acfa6b9f pyright/ruff error fixes. Autoinstall check of autocomplete
AramJonghu pushed to 100-cli-autocompletion at zach/z-bar-qt 2026-05-25 18:42:37 +02:00
17fcf1a02c pyright error fixes. added autocomplete to some commands
AramJonghu pushed to 100-cli-autocompletion at zach/z-bar-qt 2026-05-25 17:45:48 +02:00
1c11549811 initial commit
AramJonghu created branch 100-cli-autocompletion in zach/z-bar-qt 2026-05-25 17:45:48 +02:00
AramJonghu opened issue zach/z-bar-qt#100 2026-05-25 17:44:57 +02:00
cli autocompletion
AramJonghu synced commits to refs/heads/main at AramJonghu/nfi from mirror 2026-05-24 23:57:37 +02:00
d2453233ae minor improvement
AramJonghu pushed to fix/transparency-luminance-scaling at zach/z-bar-qt 2026-05-24 18:53:40 +02:00
6533533936 Merge branch 'main' into fix/transparency-luminance-scaling
9688072e93 record.py
9c36f0de5b pycache in cache removal
9ca46967d9 Merge pull request 'hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition' (#96) from hotfix-restart-race-condition into main
16e84ca998 fixed region selection for recording, plus cache file cleanup
Compare 14 commits »
AramJonghu pushed to main at zach/z-bar-qt 2026-05-24 18:28:42 +02:00
9c36f0de5b pycache in cache removal
AramJonghu pushed to hotfix-restart-race-condition at zach/z-bar-qt 2026-05-24 18:03:36 +02:00
c30128cf95 check every 50ms -> 250ms for restart
AramJonghu approved zach/z-bar-qt#98 2026-05-24 14:03:49 +02:00
Tune transparency scale impact on luminance scaling

Resolved in my book. Inspected the difference as well.

AramJonghu commented on pull request zach/z-bar-qt#96 2026-05-24 13:56:45 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition

Is that not okay for a rare command as restart?

We could change the loop to check every 250ms instead, so it is 10 checks instead of 50.

AramJonghu synced commits to refs/heads/main at AramJonghu/nfi from mirror 2026-05-24 07:47:35 +02:00
605056d7cd add -> remind rename subcommand
AramJonghu synced commits to refs/heads/laptop at AramJonghu/hypr from mirror 2026-05-24 07:37:36 +02:00
51d21f38b1 test signed commit
6ef6203053 stylua and super + s now floats window
Compare 2 commits »
AramJonghu opened issue zach/z-bar-qt#97 2026-05-24 03:19:21 +02:00
Opacity changes bar color
AramJonghu commented on pull request zach/z-bar-qt#96 2026-05-24 03:10:34 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition

You may resolve conversations if satisfied.

AramJonghu pushed to hotfix-restart-race-condition at zach/z-bar-qt 2026-05-24 03:09:23 +02:00
78fcf33b3a refactor(cli): clean shell start/restart, drop redundant ipc check
AramJonghu commented on pull request zach/z-bar-qt#96 2026-05-24 03:08:07 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition

It was to have separate tests. Simpler in my eyes (at least at time of writing). I can simplify it by having a start_instance() that start uses outright, and is reused by restart. This could…