Xfce Forum

Sub domains
 

You are not logged in.

#1 2013-02-18 01:43:55

jungle_man
Member
Registered: 2013-02-18
Posts: 3

[Solved] I want change desktop icons font.

Hi all,

I am newbie in xfce, I was using kde and after mate DE. Xfce is really light and I am using it now, but sometimes I am a little confused and do not know how to solve it.

I like dark wallpapers and the xfce default desktop icon font is black, like this:

screenshotnx.png



I would like desktop fonts like gnome or mate (white font with black border);

gnomefont.png

Please, How can I solve it?

Thanks.

(Sorry my English)

Offline

#2 2013-02-18 10:53:07

SantaFe
Member
From: Freightyard.
Registered: 2010-09-06
Posts: 97

Re: [Solved] I want change desktop icons font.

Edit your .gtkrc-2.0 file to include this.

style "xfdesktop-icon-view" {
XfdesktopIconView::ellipsize-icon-labels = 0
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 0
font_name="Verdana"

base[NORMAL] = "#ffffff"
base[SELECTED] = "#ffffff"
base[ACTIVE] = "#fefefe"

fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#73B2D0"
fg[ACTIVE] = "#97CDFD"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

The fg[SELECTED] is a light blue, so you might want to change it if you want a different color. wink


bah weep grana weep ninny bon. big_smile

Offline

#3 2013-02-18 23:00:09

jungle_man
Member
Registered: 2013-02-18
Posts: 3

Re: [Solved] I want change desktop icons font.

Thanks SantaFe;

Almost got what I want, I will search how to put black border on the letter, or if anyone knows how to do it, I will thank a lot.

See how it looks.

mountaino.png

Offline

#4 2013-02-19 13:33:45

SantaFe
Member
From: Freightyard.
Registered: 2010-09-06
Posts: 97

Re: [Solved] I want change desktop icons font.

Found this link: http://git.xfce.org/xfce/xfdesktop/tree/README that has several examples of xfdesktopiconview settings.  For Example:

    XfdesktopIconView::shadow-x-offset = 1
    XfdesktopIconView::shadow-y-offset = 1
    XfdesktopIconView::shadow-color = "#ff0000"
    XfdesktopIconView::selected-shadow-x-offset = 2
    XfdesktopIconView::selected-shadow-y-offset = 2
    XfdesktopIconView::selected-shadow-color = "#00ff00"

It says here:

The second six entries can be used to enable a text shadow to be painted
with the icon labels.  The offsets are in pixels.  Setting them to 0 (the
defaults) will disable the shadows entirely.  Again, the 'selected-'
versions apply to icons that have been selected with the mouse.

So the above entries might be what you're looking for.  smile

Never cared for shadows myself, so that's probably why mine didn't have those lines.  But like your screenshot! big_smile


bah weep grana weep ninny bon. big_smile

Offline

#5 2013-02-20 03:36:47

jungle_man
Member
Registered: 2013-02-18
Posts: 3

Re: [Solved] I want change desktop icons font.

Thanks SantaFe;

Yes, I believe that mate desktop letters uses shadow option, not black border; I will try your tip and will post here the result.

---------------------

EDIT.

Thanks SantaFe;

Your tip solves my problem.

Last edited by jungle_man (2013-02-21 02:40:52)

Offline

Board footer

Powered by FluxBB