Inorishio
  • Joined on 2026-03-23
Inorishio pushed to zshell-img-tools at zach/z-bar-qt 2026-05-30 20:59:31 +02:00
0d7c5d199a Update zshell-img-tools/src/main.rs
Inorishio commented on pull request zach/z-bar-qt#104 2026-05-30 20:47:24 +02:00
zshell-img-tools
  1. Rustfmt lint & format failing Lint format failing is because rustfmt is running on rust edition 2015 on base. I specifically want to write it in the newest edition which is 2024. If we were…
Inorishio pushed to zshell-img-tools at zach/z-bar-qt 2026-05-30 20:40:35 +02:00
8ea295d1ce Some prework for the binary, linter issue is resolved, unnecessary comments removed
Inorishio opened issue zach/z-bar-qt#113 2026-05-30 17:07:09 +02:00
zshell-img-tools
Inorishio commented on pull request zach/z-bar-qt#104 2026-05-30 17:05:39 +02:00
zshell-img-tools

The binary is something that will be worked on separately. As it is tool for zshell but we give the user access to it outside of it as well. I'll create an issue with your comments that you made…

Inorishio commented on pull request zach/z-bar-qt#104 2026-05-29 23:56:30 +02:00
zshell-img-tools
  1. Swappy App Swappy takes from your own config in ~/.config/swappy/config.json so anything it does or doesn’t do can be changed there.

Do you want this to be editable from the settings…

Inorishio commented on issue zach/z-bar-qt#72 2026-05-28 23:54:03 +02:00
Undo settings

Currently as how the bar is made creating an undo option for settings is not possible unless we get an overhaul of the settings window. A different way of doing it would be using SQLite which…

Inorishio closed issue zach/z-bar-qt#107 2026-05-28 23:23:23 +02:00
zshell-img-tool | Error handling
Inorishio commented on issue zach/z-bar-qt#107 2026-05-28 23:23:20 +02:00
zshell-img-tool | Error handling

Error handling has been added. 6e43bac52b When will it error:

  • Not all arguments are supplied to the…
Inorishio opened issue zach/z-bar-qt#109 2026-05-28 23:14:07 +02:00
zhell-img-tools
Inorishio pushed to zshell-img-tools at zach/z-bar-qt 2026-05-28 22:07:33 +02:00
1d0ee72498 Merge branch 'zshell-img-tools' of git.zach-dev.cc:zach/z-bar-qt into zshell-img-tools
d0a3a0a269 updated
0305f5a2be --corners > --corner
Compare 3 commits »
Inorishio pushed to zshell-img-tools at zach/z-bar-qt 2026-05-28 18:56:25 +02:00
6e43bac52b Merge branch 'zshell-img-tools' of git.zach-dev.cc:zach/z-bar-qt into zshell-img-tools
d098375da6 SHOULD have a handler for config/CLI parses
Compare 2 commits »
Inorishio opened issue zach/z-bar-qt#107 2026-05-27 22:15:20 +02:00
zshell-img-tool
Inorishio pushed to winZoom at Inorishio/What_That_Claude_Do 2026-05-27 14:34:19 +02:00
775c222448 winZoom it works similar to hyprland zoom but with typecursor follow
Inorishio created branch winZoom in Inorishio/What_That_Claude_Do 2026-05-27 14:34:19 +02:00
Inorishio pushed to zshell-img-tools at zach/z-bar-qt 2026-05-26 11:41:48 +02:00
6aedf6f8b7 scale fix
Inorishio pushed to zshell-img-tools at zach/z-bar-qt 2026-05-25 23:18:15 +02:00
de11767d3b zshell-img-tools crate reduction to 53, process release fix, blur-passes, scale impl, settings passes setting, scale only avail in config
Inorishio created branch zshell-img-tools in zach/z-bar-qt 2026-05-25 23:18:15 +02:00
Inorishio commented on issue zach/z-bar-qt#78 2026-05-23 20:19:13 +02:00
Screenshot tool | Rounded corners + dropshadow

Screenshot tool has been added but there are two issues:

  • Shadow color
  • Drop shadow doesn't apply properly in the screenshots

These two issues will be added separately in the project.

Inorishio pushed to InoriShio at zach/nvimdots 2026-05-22 10:11:29 +02:00
91773e0a00 pwsh & rustfmt