It’s been a long time since I checked the config options but yt-fzf only supports mpv as media player I think.
A space biologist by training and a (Arch)Linux user by passion #ArchLinux #Linux #KISS #FOSS #terminal, #python https://www-gem.codeberg.page
It’s been a long time since I checked the config options but yt-fzf only supports mpv as media player I think.
Yt-fzf is still an option if you’re interested.
If you’re looking for an in-browser alternative I’d highly recommend you take a look at the LibRedirect extension for Firefox and Chromium. It’ll automatically redirect any youtube URL to your preferred alternative between Invidious, Piped, PokeTube, CloudTube, Tubo, FreeTube, or Yattee.
If you’re looking for an external app and like using a Linux terminal then ytfzf may be a good choice. I’ve briefly talked about it here. It will even allow you to search on Youtube (through invidious), Peertube, and Odysee if you so desire.
If looking for a phone app, I personally like NewPipe.
Great idea. Thanks for sharing. Great choice of laptop BTW ;)
If you’re looking for an in-browser alternative I’d highly recommend you take a look at the LibRedirect extension for Firefox and Chromium. It’ll automatically redirect any youtube URL to your preferred alternative between Invidious, Piped, PokeTube, CloudTube, Tubo, FreeTube, or Yattee.
If you’re looking for an external app and like using your terminal then ytfzf may be a good choice. I’ve briefly talked about it here. It will even allow you to search on Youtube (through invidious), Peertube, and Odysee if you so desire.
Ok. If I have interpreted your post correctly you want to not use the default colors for values not defined in your theme (i.e. defaulting to transparency).
I see two options to combine to your theme:
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
I have treesitter as well and didn’t do anything specific before adding these lines to my config. If you’re looking to change “everything” without tweaking each highlight parameter individually you may be interested in this plugin.
This is my neovim visual config:
-- General colors
vim.api.nvim_set_hl( 0, "Normal", { bg = "none" } )
vim.api.nvim_set_hl( 0, "NormalFloat", { bg = "none" } )
vim.api.nvim_set_hl( 0, "NormalNC", { bg = "none" } )
vim.api.nvim_set_hl( 0, "LineNr", { bg = "none" } )
vim.api.nvim_set_hl( 0, "SignColumn", { bg = "none" } )
vim.api.nvim_set_hl( 0, "Folded", { bg = "#4b4b4b" } )
vim.api.nvim_set_hl( 0, "FoldColumn", { bg = "none" } )
vim.api.nvim_set_hl( 0, "Visual", { fg = "#000000", bg = "#de935f" } )
vim.api.nvim_set_hl( 0, "NotifyBackground", { bg = "#000000" } )```
-- Spell checking
vim.api.nvim_set_hl( 0, "SpellLocal", { fg = default } )
vim.api.nvim_set_hl( 0, "SpellRare", { fg = default } )
vim.api.nvim_set_hl( 0, "SpellCap", { fg = "#de935f", italic=true } )
vim.api.nvim_set_hl( 0, "SpellBad", { fg = "#ff0000", italic=true } )
-- Markdown
vim.api.nvim_set_hl( 0, "htmlBold", { bold=true } )
vim.api.nvim_set_hl( 0, "htmlItalic", { italic=true } )
vim.api.nvim_set_hl( 0, "htmlStrike", { fg = "#ff0000", strikethrough=true } )
vim.api.nvim_set_hl( 0, “Normal”, { bg = “none” } ) is probably what would work for you.
My personal go to brand for all my filaments is polymaker. They have a wide range of products to meet all specific needs at a right price. So far I’ve tried PLA, carbon fiber reinforced PLA, and PETG.
For PLA, I like their poly terra filaments because these are bioplastic, in recycled cardboard box and spool, easy to paint, and easier to sand compared to regular PLA.
It really depends on your needs and what’s important for you in the services you use.
For personal use I go with disroot and k9 for client.
Here is a quite detailed overview
But they also more than email service: cloud service, collaborative tools, messenger service, calendar and tasks, paste bin…
Enjoy the new rabbit hole you just fall into :) 3D printing is really nice and can be helpful sometimes too. I’ve printed some good stuff from Thingiverse or Printables before starting to create my own simple designs. You save money at some point and you have more fun than going to the store or ordering online.
It’s also great to be able to say: it’s not perfect but I made it ;)
Glad it can be useful.
I don’t understand very well the purpose of the bed lock: it basically avoid the “calibration screws” to accidentally “unscrew” while the printer is working?
You are correct. The screws will move a little bit when you print which will result in your bed being unleveled after few prints and you’ll have to recalibrate your printer. This hack will eliminate that so you will have to level your bed less frequently (because as others said, leveling your bed will be needed for other reasons).
I will not reiterate the great things others have said but I’ve used old windows to create an enclosure for my printer and it definitely helps with the prints. Also since you’re a new user and have an Ender 3, I would recommend you to take a look at thingiverse.com and printables.com - if not already done - for great tweaks to protect your printer but also to find great things to print.
For your printer, you may be interested in cable guides, filament guide, spool roller, fan duct, bed lock (they will keep your bed in place so you will not have to deal with bed tramming anymore before your bed leveling sessions)…
Finally, although a little bit off topic, if you get bored to walk to your printer to watch the prints and would like to add some level of safety in case anything goes wrong I would highly recommend considering octoprint.
Looking for something else I ended up on MusicPlayerPlus which may check lots of the boxes, especially those not covered by ncmpcpp which is my favorite mpd frontend.
https://rybczak.net/ncmpcpp/ https://github.com/doctorfree/MusicPlayerPlus