You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple mathematical expressions can be evaluated in eww. These include +, *, and others. However, there is no support for exponentiation. I needed it for manipulating tags in RiverWM, but I have to shell out.
Proposed configuration syntax
We could use either the syntax a ** b as in Python or the more common a ^ b.
Additional context
I can probably make a PR for this if you give me a green flag.
The text was updated successfully, but these errors were encountered:
Description of the requested feature
Simple mathematical expressions can be evaluated in eww. These include +, *, and others. However, there is no support for exponentiation. I needed it for manipulating tags in RiverWM, but I have to shell out.
Proposed configuration syntax
We could use either the syntax
a ** b
as in Python or the more commona ^ b
.Additional context
I can probably make a PR for this if you give me a green flag.
The text was updated successfully, but these errors were encountered: