summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-09 12:02:43 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-09 12:02:48 +0100
commitc0b011dc5755e3cc594d8b80bf7646ac2f979a14 (patch)
treebecb2e62a3c83d24b0f03819c39d6f67b24c8465
parente2c4816893a6daafc395796700a5af38a97a3b1f (diff)
downloadmemory-leaks-c0b011dc5755e3cc594d8b80bf7646ac2f979a14.tar.xz
Update conky itch
-rw-r--r--README.md2
-rw-r--r--personal/itches.md10
2 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index f1bbe2d..9d2a208 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 6785 words in 12 pages
+## still reachable: 6831 words in 12 pages
Hi! I am a software engineer interested in [a bunch of things].
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