You are not logged in.
Pages: 1
I installed xfdesktop4!!! And I have some questions:
I tried the following code
XfdesktopIconView.view .label, XfdesktopIconView.view .label text {
/* background: red; */
font-weight: bold !important;
}
But it doesn't seem to woork
Not just set it to black or any other colour, I want it to be transparent and show programs running underneath it. Is this possible?
Last edited by mega_kavun (2023-04-01 13:44:43)
Offline
Hello and welcome.
Which distro and version of Xfce are you running? Assuming a recent version...
1. How to make desktop icon fonts bold using ~/.config/gtk-3.0/gtk.css ?
I tried the following code
XfdesktopIconView.view .label, XfdesktopIconView.view .label text { /* background: red; */ font-weight: bold !important; }
But it doesn't seem to woork
Try:
XfdesktopIconView.view { font-weight: bold }
For more info, see: https://forum.xfce.org/viewtopic.php?pid=54115#p54115
2. Is there any way I can remove background entirely ?
Not just set it to black or any other colour, I want it to be transparent and show programs running underneath it. Is this possible?
The desktop should be painted on the root window and by design, there shouldn't be anything running underneath - it will always be the lowest layer of the stack. Can you explain why you think there are programs running underneath?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hello, I'm using xfdesktop4 4.16 running in Pantheon desktop environment (WM: Gala 7.0.1)
Try:
XfdesktopIconView.view { font-weight: bold }
For more info, see: https://forum.xfce.org/viewtopic.php?pid=54115#p54115
Thanks, it worked!
The desktop should be painted on the root window and by design, there shouldn't be anything running underneath - it will always be the lowest layer of the stack. Can you explain why you think there are programs running underneath?
This is because Gala draws its desktop (which, essentially, is just wallpaper) first. The idea is to overlay xfdesktop over this desktop to get just the desktop icons without installing the full XFCE environment.
Offline
This is because Gala draws its desktop (which, essentially, is just wallpaper) first. The idea is to overlay xfdesktop over this desktop to get just the desktop icons without installing the full XFCE environment.
What happens if you create a fully transparent png wallpaper file (using gimp you can create a new image and set the backround to transparent) and use that? Would that work?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
mega_kavun wrote:This is because Gala draws its desktop (which, essentially, is just wallpaper) first. The idea is to overlay xfdesktop over this desktop to get just the desktop icons without installing the full XFCE environment.
What happens if you create a fully transparent png wallpaper file (using gimp you can create a new image and set the backround to transparent) and use that? Would that work?
Not really, it just blends it with the solid color. I also tried to play around with changing colour's alpha channel, but it didn't work as well (it just ignores it and uses 6-digit HEX instead).
Offline
I don't think its possible. Interesting related discussion here.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks! I "solved" it by using a workaround script that copies Gala wallpaper and sets it as xfdesktop wallpaper every time it changed.
The last question: is there any way I can add "safe zones"/margins for all the desktop icons?
It seems there is no way to do this using gtk styling, but I'm not sure.
Last edited by mega_kavun (2023-04-01 04:07:53)
Offline
Not that I'm aware of, no.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Okay, thanks for answers
Offline
Pages: 1
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 556.88 KiB (Peak: 573.72 KiB) ]