public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* aterm pseudo transparancy tint
@ 2005-01-18 13:48 Jeremy Abbott
  2005-01-18 14:01 ` Jeremy Abbott
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Abbott @ 2005-01-18 13:48 UTC (permalink / raw)
  To: linux-newbie

Does anyone know if there is a way to set the tint color of an aterm to 
be random?  Right now I am executing the following:

aterm -tr -tint blue -trsb -rv -geometry 179x33 --font4

I know I can write a script to randomize the color if I need to, I'm 
just not sure how to implement it with the -tint switch.

Thanks,
Jeremy Abbott
jkbullfrog@comcast.net

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: aterm pseudo transparancy tint
  2005-01-18 13:48 aterm pseudo transparancy tint Jeremy Abbott
@ 2005-01-18 14:01 ` Jeremy Abbott
  2005-01-19 15:44   ` Conway S. Smith
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Abbott @ 2005-01-18 14:01 UTC (permalink / raw)
  To: linux-newbie

Jeremy Abbott wrote:

> Does anyone know if there is a way to set the tint color of an aterm 
> to be random?  Right now I am executing the following:
>
> aterm -tr -tint blue -trsb -rv -geometry 179x33 --font4
>
> I know I can write a script to randomize the color if I need to, I'm 
> just not sure how to implement it with the -tint switch.
>
> Thanks,
> Jeremy Abbott
> jkbullfrog@comcast.net
>
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
It just occured to me that I can do this by writing a script to randomly 
choose from a list of aterm calls, rather than just randomizing the tint 
color.  I can do this if need be, but am still curious if just the tint 
color by itself can be randomized.



Jeremy Abbott
jkbullfrog@comcast.net

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: aterm pseudo transparancy tint
  2005-01-19 15:44   ` Conway S. Smith
@ 2005-01-19 10:33     ` Jeremy Abbott
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Abbott @ 2005-01-19 10:33 UTC (permalink / raw)
  To: Conway S. Smith, linux-newbie

Conway S. Smith wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Jeremy Abbott wrote:
>  
>
>>Jeremy Abbott wrote:
>>
>>
>>    
>>
>>>Does anyone know if there is a way to set the tint color of an aterm 
>>>to be random?  Right now I am executing the following:
>>>
>>>aterm -tr -tint blue -trsb -rv -geometry 179x33 --font4
>>>
>>>I know I can write a script to randomize the color if I need to, I'm 
>>>just not sure how to implement it with the -tint switch.
>>>
>>>Thanks,
>>>Jeremy Abbott
>>>jkbullfrog@comcast.net
>>>
>>>
>>>      
>>>
>>It just occured to me that I can do this by writing a script to randomly 
>>choose from a list of aterm calls, rather than just randomizing the tint 
>>color.  I can do this if need be, but am still curious if just the tint 
>>color by itself can be randomized.
>>
>>
>>
>>Jeremy Abbott
>>jkbullfrog@comcast.net
>>
>>    
>>
>
>Make your script echo the randomly selected color on stdout, and
>surround it with back-quotes, like so:
>
>aterm -tr -tint `random_color.sh` -trsb -rv -geometry 179x33 --font4
>
>
>HTH,
>Conway S. Smith
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.0 (GNU/Linux)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iD8DBQFB7oBFGL3AU+cCPDERAoQ2AKCd5iI4/NgSYHMoasE+nZ32Nwj5twCePnYx
>gUzIbyS8jcuv2+W0O5qUA08=
>=RD3q
>-----END PGP SIGNATURE-----
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
>
>  
>
Thanks, I believe that will do the trick.

Jeremy Abbott
jkbullfrog@comcast.net

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: aterm pseudo transparancy tint
  2005-01-18 14:01 ` Jeremy Abbott
@ 2005-01-19 15:44   ` Conway S. Smith
  2005-01-19 10:33     ` Jeremy Abbott
  0 siblings, 1 reply; 4+ messages in thread
From: Conway S. Smith @ 2005-01-19 15:44 UTC (permalink / raw)
  To: Jeremy Abbott; +Cc: linux-newbie

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeremy Abbott wrote:
> Jeremy Abbott wrote:
> 
> 
>>Does anyone know if there is a way to set the tint color of an aterm 
>>to be random?  Right now I am executing the following:
>>
>>aterm -tr -tint blue -trsb -rv -geometry 179x33 --font4
>>
>>I know I can write a script to randomize the color if I need to, I'm 
>>just not sure how to implement it with the -tint switch.
>>
>>Thanks,
>>Jeremy Abbott
>>jkbullfrog@comcast.net
>>
>>
> 
> It just occured to me that I can do this by writing a script to randomly 
> choose from a list of aterm calls, rather than just randomizing the tint 
> color.  I can do this if need be, but am still curious if just the tint 
> color by itself can be randomized.
> 
> 
> 
> Jeremy Abbott
> jkbullfrog@comcast.net
> 

Make your script echo the randomly selected color on stdout, and
surround it with back-quotes, like so:

aterm -tr -tint `random_color.sh` -trsb -rv -geometry 179x33 --font4


HTH,
Conway S. Smith
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFB7oBFGL3AU+cCPDERAoQ2AKCd5iI4/NgSYHMoasE+nZ32Nwj5twCePnYx
gUzIbyS8jcuv2+W0O5qUA08=
=RD3q
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-19 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-18 13:48 aterm pseudo transparancy tint Jeremy Abbott
2005-01-18 14:01 ` Jeremy Abbott
2005-01-19 15:44   ` Conway S. Smith
2005-01-19 10:33     ` Jeremy Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox