thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:38 am Post subject: How to get a transparant term with Eterm |
|
|
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 |
|