Mildred Ki'Lya
Mildred Ki'Lya
Yep, but this is already configurable in Sway config. When you use `1:name` in the sway config, this means that the workspace number 1 has the name `name`. The focused-label...
I suggest if numbers is empty: - if show-name is true and we can match the workspace in the custom-labels or focused-labels (starting at workspace 1 being the first), use...
Also, what about ignoring workspaces that are not on the current output when using a dynamic numbers list ?
I'll try to come up with somethig not too complex. Looking at the code, the config is made so if the focused-labels or custom-labels have only one elements, this elements...
I can try and refactor the module also, but I'll first come with a non refactored version
Can you test out the sway-workspaces branch here? https://github.com/nwg-piotr/nwg-panel/compare/master...mildred:nwg-panel:sway-workspaces edit: just checkout and run `PYTHONPATH=. python3 ./nwg_panel/main.py`
I believe it should be possible to import in a declarative manner in HTML (no JS) multiple components with a single statement. Also, I believe that relative links (src and...
I was more thinking around the lines of defunct HTML imports where there would be a `library.html` that defines various custom elements you can then use. So you only have...
I believe this could fix an issue like this one and be very useful for containers - https://github.com/containers/podman/issues/19177 Perhaps there are other solutions than using seccomp or namespaces for logging?...
You can solve the first error with: ```diff diff --git a/rollup.config.js b/rollup.config.js index aed74a2..0d1f254 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -5,7 +5,7 @@ import terser from "@rollup/plugin-terser"; import license from...