-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Icon theme with overrides from config #780
Comments
icon theme is currently on master and not yet released, please try to build master or wait until we release 0.24.0 |
Using master though and rebuilt it today and same issue. |
I found that if we set Speaking on a code basis, I believe the following is the cause of this bug. The return value typed exampleWhen you set extension:
rs: 🦀 lsd constructs name:
a.out: \u{f489}
api: \u{f98c}
# and the other default values...
extension:
rs: 🦀
# ↑ only!
filetype:
dir: \u{f115}
file: \u{f016}
# and the other default entries... but we want like this: name:
a.out: \u{f489}
api: \u{f98c}
# and the other default entries...
extension:
rs: 🦀
1: \u{f02d}
2: \u{f02d}
# and default entries other than those set in the configuration file...
filetype:
dir: \u{f115}
file: \u{f016}
# and the other default values... EditI found that |
@sudame would you like to take a shot at creating a fix for this? |
@meain OK, I'll try this. |
lsd --version
: lsd 0.23.1echo $TERM
: Windows Terminalecho $LS_COLORS
:Current behavior
Created icons.yaml in ~/config/lsd folder based on example in documentation. Docs says
However this does not work for me. Icons from what is shipped is gone anď only this in icons.yaml is used.
Using icon theme. Config.yaml and icons.yaml has a default icon.
Removing icon theme and now config.yaml and icons.yaml have the icon that is shipped.
The text was updated successfully, but these errors were encountered: