Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to get a transparant term with Eterm

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Thu Aug 04, 2005 11:38 am    Post subject: How to get a transparant term with Eterm Reply with quote

Command line
This is the command:

user@host:~#Eterm -f white -c white -x -D 0 -W -O --shade 80% --scrollbar off --menubar off

See the summary of the Eterm man page below for an explanation:

Theme
Or you can create a theme (e.g. called 'lowlife') and start Eterm:

user@host:~#Eterm -t lowlife

You probaley can put the theme in you home dir, but I've just put it in the global dir:

user@host:/usr/local/share/Eterm/themes/lowlife#ls -al
total 12
-rw-r--r-- 1 me users 364 Nov 18 16:20 MAIN
user@host:/usr/local/share/Eterm/themes/lowlife#cat MAIN


begin main

begin color
foreground white
cursor white
scrollbar black
unfocusedscrollbar black
video normal
shade 80%
end color

begin attributes
# geometry 132x50+100+100
end attributes
end attributes

begin toggles
scrollbar on
borderless true
menubar off
trans on
watch_desktop on
end toggles

end main
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group