jr.gotti
October 24th, 2006, 02:09 AM
Please note...this only applies to Fluxbox (And maybe openbox...I'm not entirely sure.) If you don't know what Fluxbox is, then head over to http://www.fluxbox.org. Basically, it's a very lightweight, highly customizable window manager. If you're big on eye-candy though, I'd suggest you stick with you're higher end WM's. (Personally, I'd take speed over aesthetics any day...)
But enough about me!
After searching for a long time on how to have one of those attractive yet surprisingly convienient transparent desktop terminals...I've finally compiled a very quick and easy method on achieving this much sought-after affect.
Surprisingly, many of the guides I found suggested using Eterm...I found it to be bulky and cumbersome, so I decided to go with aterm. Get this from the repositories first...
sudo apt-get install aterm
Next, you're going to want to edit your "apps" file...
vim ~/.fluxbox/apps
Now paste the following at the end of the file (Or if it's a new file, just paste it in.)
[app] (aterm)
[sticky] {yes}
[Layer] {12}
[Hidden]
[Dimensions] {550 500}
[Position] {0 0}
[Deco] {0x1c0}
[end]
Most of these options are self-explanitory, but I'll explain them anyway...
The (app) portion dictates which application should follow these rules.
The sticky option places the terminal on all desktops. This should be left as yes.
The Layer option dictates what layer it should be on. This should be left alone.
The hidden option hides the terminal from the 'taskbar.'
The dimensions should be changed to your needs. [height][width]
The position tells FB where to put the terminal. 0 0 is the top left corner.
Finally the deco line strips the terminal of the window decorations.
Now save the file, right click the desktop, and click "Reconfigure."
Now in any existing terminal, you are going to want to type;
aterm -tr +sb -fg black -bg white &
"-tr" Turns on transparency
"+sb" Turns off the scrollbar
"-fg black" Makes the text black. Change it to what you need.
"-bg white" Makes the selected text white. Again, change it.
"&" Makes the process run in the background. You need this.
That's it! You're done!
I'd suggest placing this command in the startup file, (~/.fluxbox/startup) or as a menu option in ~/.fluxbox/menu.
Thanks,
-Jason
http://i26.photobucket.com/albums/c122/jrgotti/fluxitus.jpg
But enough about me!
After searching for a long time on how to have one of those attractive yet surprisingly convienient transparent desktop terminals...I've finally compiled a very quick and easy method on achieving this much sought-after affect.
Surprisingly, many of the guides I found suggested using Eterm...I found it to be bulky and cumbersome, so I decided to go with aterm. Get this from the repositories first...
sudo apt-get install aterm
Next, you're going to want to edit your "apps" file...
vim ~/.fluxbox/apps
Now paste the following at the end of the file (Or if it's a new file, just paste it in.)
[app] (aterm)
[sticky] {yes}
[Layer] {12}
[Hidden]
[Dimensions] {550 500}
[Position] {0 0}
[Deco] {0x1c0}
[end]
Most of these options are self-explanitory, but I'll explain them anyway...
The (app) portion dictates which application should follow these rules.
The sticky option places the terminal on all desktops. This should be left as yes.
The Layer option dictates what layer it should be on. This should be left alone.
The hidden option hides the terminal from the 'taskbar.'
The dimensions should be changed to your needs. [height][width]
The position tells FB where to put the terminal. 0 0 is the top left corner.
Finally the deco line strips the terminal of the window decorations.
Now save the file, right click the desktop, and click "Reconfigure."
Now in any existing terminal, you are going to want to type;
aterm -tr +sb -fg black -bg white &
"-tr" Turns on transparency
"+sb" Turns off the scrollbar
"-fg black" Makes the text black. Change it to what you need.
"-bg white" Makes the selected text white. Again, change it.
"&" Makes the process run in the background. You need this.
That's it! You're done!
I'd suggest placing this command in the startup file, (~/.fluxbox/startup) or as a menu option in ~/.fluxbox/menu.
Thanks,
-Jason
http://i26.photobucket.com/albums/c122/jrgotti/fluxitus.jpg