From 0a1bf29ee247ce33b72f54d5b10327b89051799b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 7 Jun 2018 22:15:57 +0200 Subject: Finish adding notes on linux.conf.au and add nit on conky --- personal/itches.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'personal') diff --git a/personal/itches.md b/personal/itches.md index 9aa17b8..7f45973 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -121,3 +121,17 @@ Full disclosure # Spell checkers - update dictionaries? + +# Conky + +Cannot use `${eval $${somefunc ${gw_iface}}}` more than once: + + conky.text = [[ + ${eval ${gw_iface}} + ${eval ${gw_iface}} + ]] + ⇒ + wlp20 + (null) + +See [GitHub issue](https://github.com/brndnmtthws/conky/issues/461). -- cgit v1.2.3