giskard
giskard
It's actually two part: 1. find the root directory of a project automatically, or/and just to specify it with argument 2. allow to provide the file path info directly when...
@abmantis I like this, but I think it's better to keep only necessary changes, `flake.nix` is not likely to be included in this project, and the `message()` can be removed,...
Just fixed a typo-like bug for `name_owner_changed` signal handler skipped, which should resolve the issue above, and also this: https://github.com/ErikReider/SwayNotificationCenter/issues/425. It's now [here](https://github.com/rtgiskard/SwayNotificationCenter) in the main branch with another PR...
A polite ping, just rebased, the code should be fine with no obscure logic. If there are any concerns, please tell, and I'll check whether there be any things I...
I'm also trying to resolve the case, a better solution might be bind an extra operation for lock_cmd with a delay, so that once it's locked, either manually lock or...
Oh, sorry, forget this
You need something like this: `"command": "bash -c '~/path/to/the/script.sh'"` --- Or a patch like this: https://github.com/ErikReider/SwayNotificationCenter/pull/435/commits/8b8f7db793857823cde2be7b97c3af434de61ecf
the error message seems to be caused by the `inline_css` in the code, can be ignored at the time.
> Would be great if the column min/max wouldn't be needed, but that's sadly just how GTK works... > > Not sure how one would fix this without needing those...
looking forward to the feature, switch back to pyright temporally