topic title: wterm options
Posts: 1,081
OU812
Joined: 29 Sep 2007
#1
Hello. I want wterm to have shaded transparency as in this screenshot


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://themes.freshmeat.net/screenshots/30659/32445/"
linktext was:"http://themes.freshmeat.net/screenshots/30659/32445/"
====================================


I did"man wterm" and came up with this

Code: Select all

wterm -tr -sh -fg white +sb
but it's not shaded - just transparent. I googled and looked in /usr/share/docs but I can't find examples. Any help is appreciated. Thanks.

john
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#2
Your image actually shows"eterm" and not"wterm". It may have some different functions than wterm. However I'm not sure how to achieve this with wterm but I am sure some here will know.

eriefisher
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#3
I don't think wterm can do what you want. Try aterm instead. I actually prefer aterm, though the one in debian testing and stable I found a bit buggy.

Then aterm -tr -sh 70
is nice as is
aterm -tr -tint blue -fg yellow -bg black

Added: You can add a background colour to wterm:
wterm -bg blue -sh -tr
Posts: 1,081
OU812
Joined: 29 Sep 2007
#4
Thanks. I'll try it in a few minutes.

john
Posts: 47
n2j3
Joined: 19 Nov 2007
#5
Also, have a look at this thread


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://bbs.archlinux.org/viewtopic.php?id=27912"
linktext was:"http://bbs.archlinux.org/viewtopic.php?id=27912"
====================================


there's quite a few configurations/suggestions on terminal(s). I personally use the unicode version of rxvt with these 3 little life-saving lines in my .Xdefaults

Code: Select all

urxvt*urlLauncher: opera
urxvt*perl-ext-common: default, matcher
urxvt*matcher.button: 1
that open urls straight from the x terminal window __{{emoticon}}__

full .Xdefaults here :
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://dotfiles.org/~n2j3/white_on_black_22"
linktext was:"http://dotfiles.org/~n2j3/white_on_black_22"
====================================
Posts: 1,081
OU812
Joined: 29 Sep 2007
#6
Thanks, everyone. I tried to install aterm, but had dependency issues. So I installed mrxvt instead. Doing a quick"man mrxvt" gave me some examples with most of the options I want.

john