imsi32

Results 12 comments of imsi32

It seems like you just changed PDFViewer to voghdev's PDFViewPager, however it is not updated in 1 year. This project is probably not maintained at this moment so it is...

I think I misunderstand the place for the discussion thus I am recommenting things in https://github.com/sxyazi/yazi/issues/1228#issuecomment-2196192386 and https://github.com/sxyazi/yazi/issues/1228#issuecomment-2196248087: > I will be glad if I can be any help. I...

I will be glad if I can be any help. I think it will be good to divide that secondary area from mode area. Because it is connected with the...

And for the color choosing, I would recommend using black as in terminal 16 colors in main area's foreground color and secondary area's background color as default. That's because unless...

Here the before and after of the theme.toml file: Before: ![before](https://github.com/sxyazi/yazi/assets/81227251/33f4a8c7-a248-4980-ac5a-5226a53a9e7a) After 1st: ![after](https://github.com/sxyazi/yazi/assets/81227251/5f7648cc-16c0-477b-add1-6a162a6cb43c) After 2nd: ![after0](https://github.com/sxyazi/yazi/assets/81227251/9167a328-0d85-4631-901e-c27a43a4f0ac) I don't know how it will affect if the name of the attributes...

First of all, I am sorry to put two different issue into one issue. For the bold font issue, I just added `:bold()` after I styled components like the following...

Hi, sorry for late reply. It is not possible to add a support for starship promt plugin in yatline because there is no getter function there so it is not...

While figuring how can be done, you can use both starship.yazi and yatline.yazi by disabling yatline header line like this: ``` lua require("yatline"):setup({ show_background = true, header_line = { left...

It is currently only available in `tab_path` component, but I might add it as separate component.

While checking configuration, it only checks if `header_line` or `status_line` exists, thus when some parts missing in it, it gives error. I will add a checking for them in new...