Putting Nerd Font Icons To Good Use In The Lf File Manager

  Рет қаралды 13,234

Brodie Robertson

Brodie Robertson

Күн бұрын

By default lf has a really lazy icon theme by that I mean it does the absolute bare minimum, it has an icon for files and an icon for folders and that's it. However, it's really easy to improve this by making use of some of the Nerd Font icons, obviously you'll need a supported font but if you have one you can get a much clearer picture of the files in your file manager.
💖 Subscribe and ding the bell for more videos!
👍 Leave a like if you got something out of this video!
✍ Comment some video feedback or what you want to see next time!
==========Resources==========
Lf Icons Wiki:
github.com/gokcehan/lf/wiki/I...
Lf Icons Source Code:
github.com/gokcehan/lf/blob/m...
==========Support The Channel==========
Patreon:
/ brodierobertson
Paypal:
www.paypal.me/BrodieRobertson...
BTC Wallet Address:
1Aokiv3pFQXUEmh2LbzZQAwxMvq6bpT2UN
ETH Wallet Address:
0x80451867c86bdf08c3888d407c1e3fcb6add61ed
LBC Wallet Address:
bLRN9fm17sCexKfgbYqmMj5xskZF2ogpEh
=========Video Platforms==========
📚 LBRY Podcast:
open.lbry.com/@TechOverTea:3
🎥 KZbin Podcast:
/ @techovertea
🎥 LBRY:
open.lbry.com/@BrodieRobertson#5
📚 LBRY Referral Link:
lbry.tv/$/invite/@BrodieRober...
📺 BitTube:
bittube.tv/profile/BrodieRobe...
==========Social Media==========
🎤 Discord:
/ discord
🐦 Twitter:
/ brodieonyoutube
📷 Instagram:
/ techovertea
🧠 Minds:
www.minds.com/brodierobertson/
✉️ Telegram:
t.me/BrodieRobertson
🌐 Mastodon:
mastodon.social/@BrodieOnKZbin
==========My Repos==========
🖥️ GitHub:
github.com/BrodieRobertson
==========Credits==========
🎨 Channel Art:
All my art has was created by Supercozman
/ supercozman
/ supercozman_draws
🎵 Ending music
Music from filmmusic.io
"Basic Implosion" by Kevin MacLeod (incompetech.com)
License: CC BY (creativecommons.org/licenses/b...)

Пікірлер: 41
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I enjoy throwing out these really niche videos from time to time, I feel like for people who need help with random application specific problems like this it has a lot of value. But anyway why did you decide to start using lf and if you're not already why are you at least interested in it.
@azulfenix7
@azulfenix7 3 жыл бұрын
hello thanks for tutorial, but, where is lfrc in archlinux i can not find it..
@LavalleeKyle
@LavalleeKyle 4 жыл бұрын
You should do a video on how to install and configure polybar. I followed your compton configuration and learned an insane amount. Keep up the good work, love the stuff!
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
From nothing to complete bar. I like the idea
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
Actually I did a fairly in depth video on polybar a few months back kzbin.info/www/bejne/aGbakqmnfaqmj6M I'm not sure what else I could say that I didn't cover in this video, besides I guess my new modules.
@awabqureshi814
@awabqureshi814 4 жыл бұрын
Needed this, thanks!
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
Glad to help
@senninscorpion
@senninscorpion 4 жыл бұрын
Wow, you went deep on your digging about icons.
@henninb
@henninb 4 жыл бұрын
I still like lf, best file manager for my workflow. I am excited to see which terminal you switch to from St. I have moved to alacritty from urxvt. Great video.
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I've tried to use vifm, not a big tbh. Lf right now is my favourite terminal file manager by far.
@applePrincess
@applePrincess 3 жыл бұрын
I might be too late to comment here, but I do anyway! LS_COLORS are used to determine what colour should ls (as an example) outputs. so like, broken symlink is red. man dir_colors or /etc/DIR_COLORS would give you some information.
@gustavocruz1761
@gustavocruz1761 4 жыл бұрын
Just a small question. How did you enable the borders in lf? I've searched the documentation but found nothing about this customization option. Cool vid btw, I'm starting to use lf as part of my daily workflow, but I would like to have a setup similar to yours, seems really nice.
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
set boxdraw true should enable it
@gustavocruz1761
@gustavocruz1761 4 жыл бұрын
@@BrodieRobertson Thanks a lot! Indeed, it was the drawbox setting. Just arrived at the channel. Very helpful content and tools you are showing here. I'll check the channel for future content and thanks for sharing!
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
@@gustavocruz1761 no hassle, I'm glad it's helping
@gavenblsn4753
@gavenblsn4753 9 ай бұрын
Update this video. only way i could set icons was placing `colors` file inside the `.config/lf/` directory.
@dominikheinz2297
@dominikheinz2297 4 жыл бұрын
How can we change the color of a specific icon? So we can have the icon be green for C# files, blue for VB files, and so on..
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
export LS_COLORS="*.cs=32:*.vb=34" Honestly the best place to find this documentation is in the man page for a program called Exa, it does a really good job of explaining it. Doing this will overwrite the initial colour scheme so make sure you reset the directory colours as well.
@_smhmd
@_smhmd 4 жыл бұрын
​@@BrodieRobertson, what about docs for those colors themselves (e.g. 38;5;125). I don't understand them nor have I found a hex to that format converter.
@_smhmd
@_smhmd 4 жыл бұрын
@@BrodieRobertson > The 38;5;n colours are determined by your terminal colour scheme Could you give resources to read on this? I know it could be hard given that we all learn stuff on deeply nested comments on webpages we will never see again.
@kropotkinvore316
@kropotkinvore316 3 жыл бұрын
@@_smhmd this does a good job of explaining it en.wikipedia.org/wiki/ANSI_escape_code
@iancuninghame9163
@iancuninghame9163 2 жыл бұрын
The documentation has been changed to say $LS_COLORS instead of $LS_ICONS, must've been a typo
@chyldstudios
@chyldstudios 3 жыл бұрын
not all heroes wear capes
@rustmc
@rustmc 4 жыл бұрын
whats the preferred package to install the nerd fonts icons on arch? i dont really want nerd-fonts-complete
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
A lot of the fonts aren't packaged separately, I think hack nerd font might be but a lot of them you'll have to manually install.
@xllvr
@xllvr 4 жыл бұрын
"Not documented that well" More like not documented at all
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
It at least tells you the name of the variable that's some documentation
@xllvr
@xllvr 4 жыл бұрын
@@BrodieRobertson Fair enough
@muizuvais
@muizuvais 3 жыл бұрын
I am getting chinese characters instead of the icons does anyone know of a solution?
@techvishnuyt
@techvishnuyt Жыл бұрын
same issue
@davoudarsalani1888
@davoudarsalani1888 4 жыл бұрын
It seems the page meant LS_COLORS since they are both written almost the same way
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
That would make sense actually
@uyohn
@uyohn 4 жыл бұрын
Isn't sticky a folder permission setting? Basically it should copy your folder permissions to newly created subfolders / files instead of using the default permissions.
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I wasn't sure but that makes sense.
@kostas_
@kostas_ 4 жыл бұрын
I thought sticky (the +t flag) basically set a directory's permission to be like /tmp (ie only the owner can rename/delete). Am I thinking of something completely different?
@isufshaqiri3977
@isufshaqiri3977 2 жыл бұрын
Can you recommend me fonts it doesn’t work for me
@anytrant2610
@anytrant2610 4 жыл бұрын
please make video on luakit browser
@fuseteam
@fuseteam 4 жыл бұрын
ohw suckless is intentionally not documented very well
@ChipAltmanxD
@ChipAltmanxD 4 жыл бұрын
Deleted my first comment, sorry I got excited 😉
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I didn't even see it
Shox: An Experimental Status Bar For Your Terminal
12:23
Brodie Robertson
Рет қаралды 3,8 М.
Lf: How To Turn It Into A Really Powerful File Manager
19:24
Brodie Robertson
Рет қаралды 28 М.
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,2 МЛН
Best KFC Homemade For My Son #cooking #shorts
00:58
BANKII
Рет қаралды 62 МЛН
The Weirdest Linux Bug Ever Discovered
13:14
Brodie Robertson
Рет қаралды 162 М.
vifm - The Terminal File Manager For The Vim-Centric User
24:07
DistroTube
Рет қаралды 75 М.
Here Are Some Basic Vim Settings That I Can't Live Without
21:48
Brodie Robertson
Рет қаралды 30 М.
CrowdStrike IT Outage Explained by a Windows Developer
13:40
Dave's Garage
Рет қаралды 2 МЛН
Broot: An Innovative Way To View Your Linux File System
17:20
Brodie Robertson
Рет қаралды 8 М.
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 785 М.
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 113 М.
How to Set Up and Configure LF (The Best Terminal File Manager)
16:20
Dragon: Eliminate The Need For All GUI File Managers!
16:01
Brodie Robertson
Рет қаралды 18 М.
I Built my own Power Supply (don't do it)
11:18
Linus Tech Tips
Рет қаралды 563 М.
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 16 МЛН
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Tynalieff Shorts
Рет қаралды 2 МЛН
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 412 М.
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 9 МЛН
НОВЫЕ ФЕЙК iPHONE 🤯 #iphone
0:37
ALSER kz
Рет қаралды 226 М.
Telefonu Parçaladım!😱
0:16
Safak Novruz
Рет қаралды 25 МЛН
Копия iPhone с WildBerries
1:00
Wylsacom
Рет қаралды 7 МЛН