You are not logged in.
Hello,
by click on the panel opens a calender like orage. It is possible to make the calendar transparent?
Or another idea, can i use the Gnome-Panel-Clock include the calendar-popup under xfce?
Thank you for your answers!
Offline
I'm not sure if you can make that GTK element transparent. I could be wrong.
You can use devilspie to accomplish this though. You'll need the devilspie and transset-df packages installed. And you'll need an ~/.devilspie/calendar_opacity.ds file with the following content:
( if
( contains ( window_name ) "wrapper-2.0" )
( begin
( spawn_async (str "transset-df -i " (window_xid) " 0.25" ))
)
)
...adjust 0.25 t suit. Also make sure that the "devilspie" program is running and click on the datetime plugin.
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
Thank you for your answer ToZ.
Offline
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 519.52 KiB (Peak: 521.27 KiB) ]