Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directory wrong icon #29

Open
wojciechGaudnik opened this issue Aug 1, 2020 · 1 comment
Open

directory wrong icon #29

wojciechGaudnik opened this issue Aug 1, 2020 · 1 comment

Comments

@wojciechGaudnik
Copy link

I have a problem with these icons, is there a way to config this by my self?
I have installed ls-icons
image

@har5ha
Copy link

har5ha commented Sep 8, 2020

Use --> ./print_icons.sh --names to get a list of all the names of icon/glyph(s)
Also Refer to [ ~/.local/share/icons-in-terminal/icons_bash.sh ] to get corresponding "\ueXXX" codes
Modify --> icons-in-terminal.h in "src" folder to remap them to "new" icon/glyph(s)
After Modifying the [icons-in-terminal.h] --> Reinstall ls-icons

$ ./bootstrap
$ export CFLAGS=-DNO_TRUE_COLOURS=1 # Execute this line only if your terminal doesn't support true colours
$ export CC=clang CXX=clang++
$ ./configure --prefix=/opt/coreutils
$ make
$ make install
$ /opt/coreutils/bin/ls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants