J
J
Justtune2016-07-26 20:55:16
linux
Justtune, 2016-07-26 20:55:16

How to remove the shadow from the inscription under the label (Xubuntu 16.04)?

How to remove this shadow?
Strongly hurts the eyes.
328db0429e2e4e11ad5de24d0afcbfe0.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
algebris, 2016-08-04
@algebris

Haven't experimented myself, but I can suggest trying the following script...
1. Create a .gtkrc-2.0 file in your home directory (cd ~)
2. In a text editor, add the following configuration..

style "desktop-icon"
{
  NautilusIconContainer::frame_text = 1
  text[NORMAL] = "#000000"
  NautilusIconContainer::normal_alpha = 0
  NautilusIconContainer::highlight_alpha = 255
  NautilusIconContainer::dark_info_color = "#444444"
  NautilusIconContainer::light_info_color = "#bbbbbb"
}
class "GtkWidget" style "desktop-icon"

Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question