• Hi there 👋

    Typing SVG

  • Joined on 2026-03-21
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-16 13:52:48 +02:00
c0b62dfb6c rounded sparkline graph, fixed network usage accumulation spikes
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-16 10:55:33 +02:00
ea82b8cf22 calendar month change animation
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-16 10:16:00 +02:00
be8b7ae436 config option for min brightness + clipboard config options now in settings
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-16 09:46:40 +02:00
e3d3daf807 fix function call in wallpaper cropper
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-15 19:27:19 +02:00
0057830fbc resource popout spacing and larger percent text size
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-15 19:20:06 +02:00
eafffdcc8f fix slider inset icons initial position
zach commented on issue zach/z-bar-qt#126 2026-06-15 18:49:31 +02:00
Brightness OSD potential bugs fixes

Unfortunately this is not possible, to my knowledge, without constantly polling ddcutil-like commands which is very, very slow and in some cases pause rendering anything at all to the monitor.

zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-15 18:24:00 +02:00
578a10c950 clipboard preview leading tab trimming while preserving indentation + proper width calculations
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-15 15:53:00 +02:00
2034f3a8db fixed applying crop being overwritten by multiple write calls, added wallpaper fade anim
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-14 23:33:16 +02:00
7e38f3f428 slight changes to clipboard history preview and item delegate
zach pushed to feat/updated-components at zach/z-bar-qt 2026-06-14 23:09:15 +02:00
2a50732bc2 resources popout refresh + new components & reskinned old components
zach deleted branch 95-fix-light-mode-scheme-mismatch from zach/z-bar-qt 2026-06-14 21:27:35 +02:00
zach pushed to main at zach/z-bar-qt 2026-06-14 21:27:28 +02:00
7cf6e5f8a5 Merge pull request '95: Fix light/dark mode mismatch causes preset to not load' (#124) from 95-fix-light-mode-scheme-mismatch into main
f31a1e224b Not using direct write, but tmp write to avoid JSON parse error
fecf8a886f added auto-resolve preset mode (light/dark mode conflict)
Compare 3 commits »
zach merged pull request zach/z-bar-qt#124 2026-06-14 21:27:27 +02:00
95: Fix light/dark mode mismatch causes preset to not load
zach closed issue zach/z-bar-qt#95 2026-06-14 21:27:27 +02:00
Preset scheme mismatch when dark is set when attempting to select light preset
zach commented on pull request zach/z-bar-qt#124 2026-06-14 13:02:59 +02:00
95: Fix light/dark mode mismatch causes preset to not load

I personally think we shouldn't default to something here. Raising an exception would be better if the requested scheme is not found, maybe write exception trace to log file too. This is because the condition on line 601 should never return true and if it does then it means we are calling it incorrectly from QML/CLI.

zach suggested changes for zach/z-bar-qt#124 2026-06-14 13:02:59 +02:00
95: Fix light/dark mode mismatch causes preset to not load
zach commented on pull request zach/z-bar-qt#124 2026-06-14 12:57:11 +02:00
95: Fix light/dark mode mismatch causes preset to not load

Note: I found a bug where if user selects light mode in the settingswindow, but uses dark scheme preset, other UI does not follow. Would have to investigate further on this specific issue.

Pro…

zach commented on issue zach/z-bar-qt#113 2026-06-14 12:51:50 +02:00
zshell-img-tools | tooltip (binary only enhancements)

No, it is not. The PR that merged had nothing to do with this.

zach commented on pull request zach/z-bar-qt#122 2026-06-14 12:50:34 +02:00
updated components

Is there a goal in mind before this PR is "ready for review"?

Yeah, I wrote it in OP. There's no point in having you both review this PR when I am far from done.