You are not logged in.
Pages: 1
I'm using conky with fluxbox. The system is not yet fully operational, i'm trying to get it to look the way i want, so i want to change conky font. I can see my font in fc-list, but i'm unable to see it in conky. conky.conf looks like this:
use_xft yes
# xft font when Xft is enabled
xftfont Courier caps:size=7
override_utf8_locale yesBut the font conky displays is not Courier. If i change the size, though, it works - the fonts stays default but the size changes.
I'm beginning to think that Xft is not enabled, but i don't know how to enable it in Fluxbox. Any suggestions?
Offline
Have you tried setting up other fonts? DejaVu Sans for example.
"I'm Winston Wolfe. I solve problems."
~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~
Offline
Offline
Seems i cant use xft fonts at all. I can only use x-fonts (like -misc-*-*-*-*-*-*-200-*-*-*-*-*-*). So how do i enable xft fonts? Fluxbox wiki says i need libfxt, but i have libxft installed. m?
Offline
Ah....seems i got it all wrong. Sorry guys, you were right. looks like i used xftfont names uncorrectly. my conf should look like
use_xft yes
# xft font when Xft is enabled
xftfont Courier:7
override_utf8_locale yes
but i didnt get how ot make them capped. but i'll manage
Offline
If you want the conky text to display in all caps just add the following above the "TEXT" line in your config:
uppercase yesOffline
Pages: 1