dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.9.2 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
diniwed has quit [Ping timeout: 265 seconds]
amk has quit [Ping timeout: 264 seconds]
amk has joined #foot
novakane has joined #foot
cbb has joined #foot
cbb has quit [Quit: WeeChat 3.3]
hhirtz has quit [Remote host closed the connection]
hhirtz has joined #foot
ecocode__ has joined #foot
ino has joined #foot
<ino> Hi, can I ask an yambar question here? :)
<dnkl> ino: sure
<ino> Thank you!!! can yambar hold system tray icons? :) Like discord, slack, quassel etc? :)
<dnkl> ino: unfortunately no. There's https://codeberg.org/dnkl/yambar/issues/4, but I don't think anyone is working on it
<ino> Thanks, dnkl ! :) yambar is great. Do you have any recommended software that can hold tray icons? I had a trayer named "stalonetray" but it only works in X :)
<dnkl> ino: no, I don't use a tray :) but in the linked issue, someone else posted a workaround for yambar
<ino> Thanks again for your time!! ^^
dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.10.0 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
<beerman> 🥳
ino has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<sterni> lol installing themes is > 20% size increase somehow
<sterni> I guess shows how small foot is
<dnkl> sterni: this last release should also have decreased the size of the foot binary, compared to the last release :)
diniwed has joined #foot
<dnkl> The themes are gated by the "docs" meson option. But perhaps we should add a separate "themes" option. Or maybe an "examples" option (which would include the example foot.ini as well)
<sterni> dnkl: I don't really care, I moved them to their own output for now (which arguably is maybe a bit overkill), so they will only be downloaded if actually used
<sterni> I mean 128K is not a lot, but Nix causes a lot of redownloads usually, so it may very well save a few MBs down the line
<dnkl> Alright, I'll leave it as it is for now :)
<sterni> dnkl: yeah, only do it if other packagers also complain :p
<hexa-> hi, I'm here to complain
<hexa-> I lack understanding of what themes actually do
<hexa-> like … i have my window decorations and I have my shell theme, what does foot theming do?
<dnkl> hexa-: they define the colors used in the terminal
<hexa-> oh right
<hexa-> gruvbox-dark it is!
<sterni> tfw ppl actually use your package
<dnkl> :D
<dnkl> Now that I think about it, it would make sense to add an option for the themes.
<dnkl> I think I'll split out the themes to a separate package for Arch
<novakane> +1 if i don't need to install the theme when building foot from master
<dnkl> novakane: I'll add an option tomorrow :)
<novakane> nice, not like I can't live without this option but I use my colors and don't need theme so it's great to have :D
diniwed has quit [Quit: WeeChat 3.3]
<ecocode__> Hi, does foot allow inline image preview for nnn ? I need something like kitty does...
<ericonr> That feels like a thing that I've read about being possible
<dnkl> ecocode__: does it support sixel? If so, yes
<dnkl> ecocode__: if you can get it to use e.g "chafa", or "img2sixel" for image previews, then it should work. But looks like it might need some patching; the preview-tui plugin doesn't appear to use any sixel capable tools by default
<ericonr> hm, I thought nnn had sixel capabilities by itself
novakane has quit [Quit: WeeChat 3.3]
novakane has joined #foot
<novakane> any idea why using `xdg-open foo.txt` in foot open it in kakoune but using url mode it open it in firefox? url.launch is not set in my foot.ini
<novakane> or whatever type of url I try to open, everyhting open in firefox with url mode
<ponky_> ericonr: it doesn't iirc. only sixel capable file browser that is actually maintained is ranger, but the implementation is not merged yet: https://github.com/ranger/ranger/pull/2466
<ponky_> if you find another one please let me know :)
<ericonr> got it! and will do, though that's usually not a feature I seek
<ponky_> it would be awesome if nnn supported sixel though...
<ponky_> it's so much faster than ranger
<novakane> +1 It was on my todo list to make something with sixel and nnn but never did it