john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Gnome desktop icon text change to black

To modify the text for icons on the Desktop in Gnome (i.e. Nautilus), you must override them...

nano /home/USERNAME/.gtkrc-2.0 style "desktop-icon" { utilusIconContainer::frame_text = 1 text[NORMAL] = "#000000" NautilusIconContainer::normal_alpha = 128 } class "GtkWidget" style "desktop-icon"

The fram_text needs to be one to set it to black, the IconContainer bit is a semi transparent rounded box... 128 could be 1...


  • « Linux migrate from rhel to centos
  • helloServlet.java »

Published

May 31, 2011

Category

linux

~55 words

Tags

  • black 1
  • change 10
  • desktop 4
  • gnome 6
  • gui 34
  • icon 1
  • text 16
  • to 63