
Kleen 1,2 & 3
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
anonymous-hive
19 years ago
Report
anonymous-hive
19 years ago
example:
aterm -fg DodgerBlue -tr -name monitor -e tail -f /var/log/messages &
details:
-fg DodgerBlue: write in blue (foreground)
-name monitor: a name for some window managers to recognize the terminal so that if set properly it doesn't draw the borders of the window
-e: execute the command
tail -f /var/log/messages: to see the messages file. Note: it can be view only by root on some distros. "man chmod" for more explanations.
Second you must tell your window manager that you don't want borders nor title around this terminal.
Hope this help.
Report
anonymous-hive
19 years ago
jk
Report
anonymous-hive
19 years ago
Otherwise, really nice
Report
anonymous-hive
19 years ago
look for ColorActiveTitleBar and the like.
Report
pjgunst
19 years ago
Report
Dany-CL
19 years ago
The wallpaper can be found at
http://www.ipreunion.com/Pages/FondsEcran.html
(french web site).
Report