Open GoGoGadgetGitHub opened 1 day ago
Describe the bug When I try to swap {} and {icon} I get an error
{}
{icon}
custom/updates: cannot switch from manual to automatic argument indexing
To Reproduce Steps to reproduce the behavior:
Additional context I am using a span element on the text as-well but I tested this with the icon right text left order and it worked fine.
"custom/updates": { "format": "{icon} <span color=\"#c2c2c2\">{}</span>", "return-type": "json", "format-icons": { "has-updates": "", "updated": "" }, "exec-if": "which waybar-module-pacman-updates", "exec": "waybar-module-pacman-updates --interval-seconds 5 --network-interval-seconds 300" }
Please try this https://github.com/Alexays/Waybar/issues/3623#issuecomment-2357239438
That does stop the error, but the icon doesn't show
Describe the bug When I try to swap
{}
and{icon}
I get an errorcustom/updates: cannot switch from manual to automatic argument indexing
To Reproduce Steps to reproduce the behavior:
{}
and{icon}
to make the update icon appear on the left hand sideAdditional context I am using a span element on the text as-well but I tested this with the icon right text left order and it worked fine.