diff options
Diffstat (limited to 'personal/itches.md')
| -rw-r--r-- | personal/itches.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/personal/itches.md b/personal/itches.md index 94d3480..71d9cce 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -469,7 +469,15 @@ Cannot use `${eval $${somefunc ${gw_iface}}}` more than once: wlp20 (null) -See [GitHub issue](https://github.com/brndnmtthws/conky/issues/461). +See [GitHub issue][conky-issue-461]. Partially fixed by this [pull +request][conky-pull-571], which allows using both `*speedf` functions +together; `*graph` functions still trigger the bug though, e.g. with: + + ${goto 20}${upspeedf ${gw_iface}}KiB/s${goto 90}↑${goto 100}${upspeedgraph ${gw_iface} 12,0 678b8b ffffff -t} + ${goto 20}${downspeedf ${gw_iface}}KiB/s${goto 90}↓${goto 100}${downspeedgraph ${gw_iface} 12,0 678b8b ffffff -t} + +[conky-issue-461]: https://github.com/brndnmtthws/conky/issues/461 +[conky-pull-571]: https://github.com/brndnmtthws/conky/pull/571 # Bunsenlabs |
