You are not logged in.

#1 2009-11-11 08:38:44

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

[SOLVED] - urxvt and not fully transperency?

Hit,
Just testing urxvt and managed to get 100% full transparency to the background.
How can I change the rate fo the transperency lo like 80%?

Is it also just transperent to the desktop or can the apps in the background show under it?

This is my .Xdefault now:

URxvt.cursorBlink:   true
URxvt.cursorColor:   #FFFFFF
URxvt.cutchars:      "()*,<>\"[]{}|'"
URxvt.depth:         24
URxvt.geometry:      160x20
URxvt.inheritPixmap: true
URxvt.saveLines:   32874
URxvt.scrollBar:   false
URxvt.termName:    rxvt-unicode
URxvt.transparent: true
URxvt.urgentOnBell: true
URxvt.visualBell:  true

Last edited by ftornell (2009-11-11 09:42:18)


[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

#2 2009-11-11 08:45:37

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] - urxvt and not fully transperency?

Add the lines:

URxvt*tintColor: white
URxvt*shading: 20

...and change the values accordingly (0 is full transparency).

This will only give you pixmapped transparency, ie., not real transparency - applications under Urxvt will not be displayed, only your wallpaper.

Last edited by jasonwryan (2009-11-11 08:46:55)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2009-11-11 08:55:39

pseup
Member
Registered: 2008-06-06
Posts: 103

Re: [SOLVED] - urxvt and not fully transperency?

What you have at the moment is fake/pseudo trasparency.

If you want real transparency where you can see other applications etc through the terminal you need 2 things:
- Composite support in your window manager. Compiz, Metacity, XFWM and KDE's WM have this built in these days, for other WMs you may need to use xcompmgr / cairo compmgr.
- 32bit colors set in your Xdefaults:

URxvt.depth: 32
URxvt*background: [80]#111111

Offline

#4 2009-11-11 09:41:55

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

Re: [SOLVED] - urxvt and not fully transperency?

It made it guys, thx!


[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

Board footer

Powered by FluxBB