• Hi there 👋

    Typing SVG

  • Joined on 2026-03-21
zach pushed to zshell-img-tools at zach/z-bar-qt 2026-05-26 01:12:43 +02:00
f00af9d70f actually fixed config fetching in hyprland lua
zach commented on pull request zach/z-bar-qt#101 2026-05-25 23:59:04 +02:00
100 shell autocomplete, type fixes, Pillow deprecation cleanup

Personally think we should have it as a command like zshell-cli install-completion or similar, and then inform users about it in the project's readme. This is very useful and I like the changes,…

zach pushed to feat/plugin-loading at zach/z-bar-qt 2026-05-25 13:32:16 +02:00
ad23da4eda initial commit, primitive loading of QML code outside of shell directory
zach created branch feat/plugin-loading in zach/z-bar-qt 2026-05-25 13:32:16 +02:00
zach pushed to main at zach/z-bar-qt 2026-05-25 11:51:21 +02:00
06ebc4ffbf remove irrelevant settings options plus bugfixes
zach pushed to main at zach/z-bar-qt 2026-05-25 11:01:07 +02:00
f2f9fa1302 fix opening links on non-uwsm and disable file watcher when shell is installed
zach pushed to main at zach/z-bar-qt 2026-05-24 22:37:05 +02:00
b4020438f9 Merge pull request 'Tune transparency scale impact on luminance scaling' (#98) from fix/transparency-luminance-scaling into main
184ab20d11 Merge branch 'main' into fix/transparency-luminance-scaling
6533533936 Merge branch 'main' into fix/transparency-luminance-scaling
ba9926af18 Increased floor and decreased ceiling of offset for brightening darker colors in dark mode/darkening brighter colors in light mode
Compare 4 commits »
zach merged pull request zach/z-bar-qt#98 2026-05-24 22:37:04 +02:00
Tune transparency scale impact on luminance scaling
zach pushed to fix/transparency-luminance-scaling at zach/z-bar-qt 2026-05-24 22:36:53 +02:00
184ab20d11 Merge branch 'main' into fix/transparency-luminance-scaling
5097e30a77 fix anchors used in Layouts
ef71ae8afd button to install colorscheme and wallpaper to greeter in settings
Compare 3 commits »
zach pushed to main at zach/z-bar-qt 2026-05-24 19:33:09 +02:00
5097e30a77 fix anchors used in Layouts
zach pushed to main at zach/z-bar-qt 2026-05-24 19:28:06 +02:00
ef71ae8afd button to install colorscheme and wallpaper to greeter in settings
zach deleted branch hotfix-restart-race-condition from zach/z-bar-qt 2026-05-24 18:55:18 +02:00
zach deleted branch 89-lint-format-fixes from zach/z-bar-qt 2026-05-24 18:55:15 +02:00
zach deleted branch record-tool from zach/z-bar-qt 2026-05-24 18:54:36 +02:00
zach closed issue zach/z-bar-qt#73 2026-05-24 18:52:08 +02:00
Colorscheme options with the option to select flavor and accent
zach closed pull request zach/z-bar-qt#99 2026-05-24 18:48:51 +02:00
Record tool, uses gpu-screen-recorder
zach pushed to main at zach/z-bar-qt 2026-05-24 18:48:05 +02:00
9688072e93 record.py
16e84ca998 fixed region selection for recording, plus cache file cleanup
fd620e7487 prep for replay
0ec426e0f0 Record module added to sidebar, file list and buttons. Region recording is broken
ec5e6d3995 add typer command
Compare 6 commits »
zach pushed to main at zach/z-bar-qt 2026-05-24 18:23:44 +02:00
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
c30128cf95 check every 50ms -> 250ms for restart
78fcf33b3a refactor(cli): clean shell start/restart, drop redundant ipc check
5e9b373405 tests did not match changed code logic
b49165e7ea minor typer adjustments to use typer in error/exception throws
Compare 6 commits »
zach merged pull request zach/z-bar-qt#96 2026-05-24 18:23:43 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition