LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   audacious Music player all Transparent (https://www.linuxquestions.org/questions/linux-newbie-8/audacious-music-player-all-transparent-824991/)

UbuntuRevolution 08-08-2010 06:30 PM

audacious Music player all Transparent
 
hi all again ;) anyone know any skin for audacious music player ALL transparent ? i search n google like 2 days and nothing, any one have one ? or know where i can download it ? ty

DJ Shaji 08-09-2010 11:55 AM

i don't think there is a skin all transparent for audacious ...

UbuntuRevolution 08-09-2010 12:47 PM

yes i thing so..i search seach and nothing.. but thanks ;)

David the H. 08-09-2010 04:23 PM

Audacious uses classic Winamp2 skins, so search for those too. Those never had true transparency, but there were ones that were built with transparent panel images. I remember coming across one like that one long ago.

One option I ran across recently is xtransset, a small application that can set the transparency on any window, as long as you have a compositing manager running.

But be sure to get the patched version that allows you to target windows by name or id.

http://www.forchheimer.se/transset-df/

Then you can use a small wrapper script to launch it and apply the transparency at the same time. Something like this:
Code:

#!/bin/bash

audacious &
sleep 2
transset-df .7 -n "Audacious"
transset-df .7 -n "Audacious Playlist"
transset-df .7 -n "Audacious Equalizer"

I don't think this is a perfect solution though. There seems to be some funky behavior involved in matching the window titles, such as when Audacious is minimized using the status icon plugin. So you might look into something like devilspie instead to control this:

http://burtonini.com/blog/computers/devilspie/

UbuntuRevolution 08-09-2010 06:00 PM

sorry but ehere i can put the script ? ty.

David the H. 08-09-2010 09:04 PM

A quick guide:
How to create a first shell script

For more detail:
Bash Guide for Beginners

And don't forget, Google is your friend!


All times are GMT -5. The time now is 05:15 PM.