Patrick Ziegler

Results 306 comments of Patrick Ziegler

Hi, thanks a lot for the quick response :) With the PR, both the preview and the file opening works. However, I noticed that `:Telescope current_buffer_tags` is still empty and...

> To accomplish this fzf-tab may need to parse LS_COLORS by itself. I was afraid this was the case. Kind of weird that there is no way to get the...

@webmastak What is wrong with the colors? ``` zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} ``` This sets the zstyle to the current value of LS_COLORS as far as I know, so you...

Also @Aloxaf, this works very nicely for me, thank you so much :smiley: You say this is "basic support", is there anything missing? If not, I think we can close...

@webmastak Does the buggy symbolic link go away if you remove the zstyle command?

This is going to break a lot of things. Take for example this config: ```dosini [bar/example] modules-left = text [module/text] type = custom/text format = Text% ``` For this, polybar...

I don't think documentation is crucial at the moment. Especially since any settings inside the tray module may well change again. We should probably hold off writing documentation until at...

@tiagovla Added it to the post.

> Hiding the tray window. Was this already implemented? I'm not really sure which position you mean. The one we set in the context or the global position(left,center...)? When are...