summaryrefslogtreecommitdiff
path: root/personal
diff options
context:
space:
mode:
Diffstat (limited to 'personal')
-rw-r--r--personal/itches.md14
1 files changed, 14 insertions, 0 deletions
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).