LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Change color of desktop-icon text-background (https://www.linuxquestions.org/questions/linux-desktop-74/change-color-of-desktop-icon-text-background-4175625174/)

rtlewis1 03-07-2018 09:11 PM

Change color of desktop-icon text-background
 
Hello,

I am a LXDE user, and I wish to change the color of the desktop-icon text-background. I found this, below, to put in my .gtkrc-2.0.mine file; but it is written for Xfce and not LXDE. I was hoping to find out what I needed to change to make this tweak work for LXDE's desktop.

I merely need to find out what syntax to change for this .gtkrc-2.0.mine file entry (versus the Xfce version I posted below). I am thinking the “xfdesktop-icon-view” and ”XfdesktopIconView” syntax may be the only part I need to change.

Thank you!

Code:

style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 75

    base[NORMAL] = "#000000"
    base[SELECTED] = "#000000"
    base[ACTIVE] = "#000000"

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


BW-userx 03-08-2018 05:45 PM

  1. http://lxlinux.com/
  2. https://lxde.org/
  3. https://forum.lxde.org/

some reading up on it to get to know your desktop of choice.

rtlewis1 03-08-2018 10:01 PM

@BW-userx and anyone who can help
 
Before I ever posted my question, I set aside a couple of hours, to scan all the usual, dependable sites and Linux tutorials. The desktop icon, text-background tweak is nevertheless alluding me. As a long time SuSE-LXDE user, I have successfully configured about everything I have wished to; it it merely that I changed my GTK theme, and I need to find out what syntax to change for this .gtkrc-2.0.mine file entry (versus the Xfce version I posted above). Via other personal, successful desktop tweaks, in tandem with germane research, I have already been assured that LXDE uses that .gtkrc-2.0.mine file for what I need to accomplish; and it would abundantly helpful for someone to chime in regarding my question.

Thank you!

BW-userx 03-09-2018 09:19 AM

fg[ACTIVE] = "#ffffff" as that means ForeGround, what do you think they used to indicate BackGround?

That is where I'd start trying to manipulate the colors. Providing you've actually found a config file for LXDE to do the same, and providing that they have coded it to accept the changes within a config file.

If not then you'll have to go deeper into whatever coding Language they used and change it there.

Habitual 03-15-2018 12:59 PM

https://docs.xfce.org/xfce/xfdesktop/advanced is abundant.

Mcdowell 03-16-2018 07:36 AM

i want to know how to get the apk file to my pendrive causes it not showing on my linux machine

Mcdowell 03-16-2018 07:37 AM

i actually used a Vmware so i am not detecting the pendrive on the machine
can you please help me out ?

BW-userx 03-16-2018 09:10 AM

Quote:

Originally Posted by Mcdowell (Post 5831643)
i actually used a Vmware so i am not detecting the pendrive on the machine
can you please help me out ?

please post your own question in a separate posting. so someone can see your issue and be better prepared to try and help you with it.


All times are GMT -5. The time now is 10:37 AM.