On Tue, 27 Apr 2004 10:09:44 +0800, Didier Casse <[EMAIL PROTECTED]> said: > Hi all, > I just wanted to know where is the information about the current > theme stored? i.e let's say I using the theme "axios" and I want to make > a simple Perl program tell me which theme I'm using right now, where do I > look for it?. Thanks.
#/bin/bash CURRENT=`/usr/local/bin/eesh -ewait current_theme` echo $CURRENT Translating to Perl or what have you should be obvious. Fix the path to eesh to suit your install.
pgp00000.pgp
Description: PGP signature
