• Hi there 👋

    Typing SVG

  • Joined on 2026-03-21
zach created pull request zach/z-bar-qt#99 2026-05-24 18:22:29 +02:00
Record tool, uses gpu-screen-recorder
zach pushed to record-tool at zach/z-bar-qt 2026-05-24 18:21:43 +02:00
16e84ca998 fixed region selection for recording, plus cache file cleanup
zach commented on pull request zach/z-bar-qt#96 2026-05-24 17:53:02 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition

That's a good middle ground I think, agreed.

zach created pull request zach/z-bar-qt#98 2026-05-24 11:54:24 +02:00
Tune transparency scale impact on luminance scaling
zach pushed to fix/transparency-luminance-scaling at zach/z-bar-qt 2026-05-24 11:40:54 +02:00
ba9926af18 Increased floor and decreased ceiling of offset for brightening darker colors in dark mode/darkening brighter colors in light mode
zach created branch fix/transparency-luminance-scaling in zach/z-bar-qt 2026-05-24 11:40:54 +02:00
zach commented on issue zach/z-bar-qt#97 2026-05-24 10:55:14 +02:00
Opacity changes bar color

Pretty sure linked lines is the culprit. I'd imagine my extensive use of the layer() method with a layer value of > 0 is contributing to this. I'll see if I can fix it.

https://git.zach-de…

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

Running a loop would keep a CPU thread busy until it's able to launch the shell, while a sleep timer wouldn't. I don't really see much benefit in looping upwards of 50 times just to make sure we…

zach suggested changes for zach/z-bar-qt#96 2026-05-24 01:53:09 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition

The IPC call in the start() function is the most pressing thing we should remove in my opinion. There is no need for a check like that when Quickshell has one built-in.

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

Here we can just call start(), right? Not sure if Typer allows calling command functions.

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

This seems ugly. Personally think we should just set a sleep timer of ~5 seconds, then run code.

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

The start command should not need to run qs -c zshell ipc call, IPC calls are used to trigger states and functions within the QML code. The -n flag already checks if there's a running instance of the shell.

zach pushed to main at zach/z-bar-qt 2026-05-23 20:15:32 +02:00
ad57764636 Merge pull request '#73 dynamic color scheme presets from .txt palettes + shell restart command' (#92) from 73-colorscheme-options into main
96afbdb30b Settings UI for color scheme presets
5df46160f6 documentation in README.md added
d118c02e75 README: document scheme CLI and shell subcommands
21ed178bbc scheme: add --json flag to list-presets, --accent flag, drop :accent from preset spec
Compare 14 commits »
zach merged pull request zach/z-bar-qt#92 2026-05-23 20:15:30 +02:00
#73 dynamic color scheme presets from .txt palettes + shell restart command
zach pushed to 73-colorscheme-options at zach/z-bar-qt 2026-05-23 20:14:15 +02:00
96afbdb30b Settings UI for color scheme presets
zach commented on issue zach/z-bar-qt#73 2026-05-23 16:39:46 +02:00
Colorscheme options with the option to select flavor and accent

I think I'd prefer separating them, mainly because then we have robust handling for presets/variants/accents should we add more color schemes in the future that also use both variants and accents.…

zach commented on issue zach/z-bar-qt#73 2026-05-23 16:28:27 +02:00
Colorscheme options with the option to select flavor and accent

Yeah I've been working on the UI in settings for this today. I needed to make a bunch of changes to hide/reveal options based on the value of other options, so it's taking me a while to do it.…

zach commented on pull request zach/z-bar-qt#92 2026-05-23 00:41:39 +02:00
#73 dynamic color scheme presets from .txt palettes + shell restart command

Looks good overall, I have two things I wonder about:

  1. Isn't --accent redundant when the second colon is also for setting accent, or am I misunderstanding? However I do think if there is a…
zach pushed to record-tool at zach/z-bar-qt 2026-05-22 20:42:54 +02:00
fd620e7487 prep for replay