It seems like you're trying to use some shell command with arithmetic expressions for annotation, and you want to substitute values based on the current hour and minute. However, there are some issues with the syntax, and it's not entirely clear what you're trying to achieve.
Assuming you're using some command-line tool that supports arithmetic expressions, you might want to do something like this:
```bash
-annotate 0x0+\$((\$(date +%k)*4+\$(date +%M)*25+60))+\$(( \$(date +%k)*4+\$(date +%M)*16+110))
```
In this example, `\$(date +%k)` gives the current hour, and `\$(date +%M)` gives the current minute. The arithmetic expressions then perform the calculations based on these values.
Please note that the syntax may vary depending on the specific tool you are using, and the above example assumes that your shell supports the `\$(...)` syntax for command substitution and arithmetic expansion. If you're encountering errors or if this doesn't meet your specific requirements, please provide more details about the tool or context you're working in.