GalacticSun
GalacticSun
By the way, I noticed that a condition I have doesn't prevent a script from executing, it only prevents the output from being displayed. It is this `if` condition (~...
Sorry, but it just crashed again: ``` 2025-09-25T16:52:00.469749-07:00 kernel: conky[1907405]: segfault at 18 ip 0000724b70c34f40 sp 00007ffe84c15cb0 error 4 in liblua5.3.so.0.0.0[724b70c29000+29000] likely on CPU 7 (core 3, socket 0) 2025-09-25T16:52:00.469763-07:00...
> > ${if_match "${acpiacadapter}" != "on-line"} > > This will never be true because "${acpiacadapter}" stays "${acpiacadapter}" - conky doesn't resolve variables recursively. So it's expected behavior even though it's...
Another crash. Do you want me to continue posting these or do you have enough info? By the way, I noticed the first few lines (regarding "udev rules") have usually...
Hi there, Any word on this, or updates on any of the crashes? Thanks. > > > ${if_match "${acpiacadapter}" != "on-line"} > > > > > > This will never...
Because even if I change it from: `${if_match "${acpiacadapter}" != "on-line"}` to: `${if_match "${exec acpi -a | cut -d ' ' -f 3}" != "on-line"}` it still makes this line...