Martin

Results 5 comments of Martin

This issue seems to be connected to plugins using custom icons. I tested it, using only one plugin. This plugin runs every 30 minutes and does nothing else but display...

Here you find a plugin with custom icons: https://gist.github.com/shinepixel/a282ba7245f7afa247de09765e0ab268 I did stress test with running it every 5 seconds. While this does increase memory usage, it does not make a...

I am not sure, what you want to achieve with this. With `first="yes"` it does not evaluate the first if-statement at all and setting `first="true"` it only displays the line...

Thanks for clarifying. I guess I have to elaborate a little bit more what I wanted to achieve. If I use only `image=`, then the up icon is shown in...

I stumbled across SwiftBar. It does handle `image=` and `templateImage=` correctly. It even has support for SF Symbols "natively" and hence no need for me to use Base64 icons at...