diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 14:52:57 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 14:52:57 +0200 |
| commit | 66a8d05e2461761b60e1b4126437d04dc4f3dbbe (patch) | |
| tree | 2b7ac4b566eda54246f9f392ad8d7b6775a1ef13 /bin/wb-lang | |
| parent | f85ec726b723db2ac5031c3c39bd3b250e85e63f (diff) | |
| download | waybar-theme-udt-66a8d05e2461761b60e1b4126437d04dc4f3dbbe.tar.gz waybar-theme-udt-66a8d05e2461761b60e1b4126437d04dc4f3dbbe.zip | |
fix: make the launcher mark load and draw
Three faults stacked on the same pill, each hidden by the one before it.
A module's `path` is not shell-expanded the way `exec` is, so "$HOME/..."
was taken literally, no file was found, and the module drew nothing without
logging why. The module file is generated into place now, with the absolute
path written in, which is why install.sh removes the target first: an
earlier install had symlinked that file, and a redirect onto a surviving
link truncates the link's target, which is the repo's own copy.
With a real path to try, gdk-pixbuf then refused the file. The XML was
well-formed, but the loader sniffs the opening bytes for "<svg" to choose a
decoder, and the licence comment sat in front of the root element. The
comment is inside the SVG now, and a note in the file says why it has to
stay there.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'bin/wb-lang')
0 files changed, 0 insertions, 0 deletions
