colorls icon indicating copy to clipboard operation
colorls copied to clipboard

No icons appear in urxvt

Open madjo80 opened this issue 6 years ago • 7 comments

I'm trying to set up colorls on my linux-machine, and so far the application is working, but I lack the knowledge on how to get the icons to appear in my urxvt window.

Here's the font-line from my .Xresources: URxvt*font: xft:DroidSansMonoForPowerline Nerd Font:pixelsize=15:antialias=true:hinting=true:autohint=true This line works fine, it uses the proper typeface, but sadly the icons all appear as boxes.

Have I missed something, or is urxvt simply not capable of showing the icons? 2017-07-08-211820_1920x1080_scrot

madjo80 avatar Jul 08 '17 19:07 madjo80

Hey @madjo80! Thanks for filing this issue. Try doing the fixes indicated in this discussion. 😄

athityakumar avatar Jul 09 '17 03:07 athityakumar

Ping @madjo80 - Did you try the above fix?

athityakumar avatar Oct 26 '17 14:10 athityakumar

in the end I switched to another less fickle terminal emulator. There were other issues that I encountered with urxvt.

madjo80 avatar Feb 06 '18 22:02 madjo80

any solution @athityakumar @madjo80 ?, I'm also facing same issue ! I don't want to switch another terminal :(

sachinchavan9 avatar Jan 30 '20 11:01 sachinchavan9

@sachinchavan9 what did you try? did you follow the advice of setting the letter spacing?

What is the output of urxvt --help 2>&1 | grep options:?

avdv avatar Jan 30 '20 13:01 avdv

@sachinchavan9 what did you try? did you follow the advice of setting the letter spacing?

What is the output of urxvt --help 2>&1 | grep options:? perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,pixbuf,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm

tashvikb avatar May 02 '21 17:05 tashvikb

Try with letterSpace set to 5. This makes it work for me. (run urxvt -letsp 5)

edit: But that looks really awful...

Better just use the mono font variant from Nerdfonts, e.g.:

urxvt -fn 'xft:SauceCodePro Nerd Font Mono:pixelsize=18:antialias=true:hinting=true:autohint=true'

avdv avatar May 02 '21 19:05 avdv