X and Fluxbox :: Fluxbox (or maybe xtdesktop?) Link Text Color



Is it possible to change the color of the links underneath the desktop shortcuts?

Thanks,
Louis

example .xtdeskrc:
Code Sample

table Config
 FontName: fixed
 FontColor: #d0d0d0
 ShadowColor: #505050
 ClickInterval: 500
 IconWidth: 64
 IconHeight: 64
 Fixed: true
 CaptionBackground: no
 CaptionBorder: yes
end

Is there a way to associate this with a style so that it will be set when the style is selected?
Only way i can think of is by writing a script, and use that script as your style's rootCommand.

The script would set the background, write a new .xtdeskrc file, and restart xtdesk.
If xtdesk can be started with an rc file specified, it could be done that way instead of writing a new file each time.


original here.