-
Conky does not show the IP adddress because it is looking for wlan0, which is ok on the Raspberry PI, but the interface has a name like wlp2s0 or something like that under Mint. Just change that name …
-
imap_unseen does not understand the parameter "-i"
Because I specify -i 3000, and mail comes instantly!
{ "full_text": "yd:${imap_unseen localhost mail@yandex.by pass -i 3000 -p 993 -r 1}"},
conky…
-
**Issue**
The list "syn keyword ConkyrcVarName" in /usr/share/vim/site/syntax/conkyrc.vim doesn't contain own_window_argb_visual, so it is not highlighted in ~/.conkyrc. My current work around is …
-
When I use following config in conkyrc
```
${tcp_portmon 1025 61000 rhost 1}:${tcp_portmon 32768 61000 rport 1}
```
The port `33261` is not defined in `/etc/services`. I wander is it possible to q…
-
Commit https://github.com/brndnmtthws/conky/commit/c352069b31b2dbb4d87503603d6c6d3ddd517df6 runs callbacks and parses vars ~~twice~~ multiple times per cycle (once normally, plus once per evaluate() v…
-
**Issue**
Conky does not allign to top right on multi monitor KDE Plasma 5.17.5.
[Illustrations on this thread.](https://forum.kde.org/viewtopic.php?f=289&t=164218)
**Information**
Conky mov…
-
**Issue**
I was going to implement mail notification with text blinking in conky. I would expect this to work as intended, using 1-second update interval:
```
${if_updatenr 1}Hello${endif}${if_up…
-
Hello there.
**Issue**
_Execpi_ only runs once (same than execp) and not repeat the command after the interval selected.
**Informations**
conky 1.10.8 on Xubuntu 18.04
-
**Issue**
A conky with graphs disappears from the screen, as well as its process.
I have had this problem for a long time, and checked the issues here several times.
At first it seemed to be st…
-
**Issue**
After basically copy/pasting the example config from here: https://github.com/brndnmtthws/conky/wiki/Using-Lua-scripts-(Part-01)%3A-How-does-a-lua-script-work
Conky does't start, requi…