|
发表于 2009-3-4 17:58:59
|
显示全部楼层
目前的配置文件,基本就这样了,不会有大改动了
透明是用的xcompmgr,配合下面的urxvt配置文件中的红字部分- xcompmgr -cCfF -r7 -o.65 -l-10 -t-8 -D7 &
复制代码
.Xresources- Xft.dpi: 98
- Xft.antialias: 1
- Xft.hinting: 1
- Xft.hintstyle: hintfull
- Xft.rgba: rgb
- !!URxvt set
- URxvt.termName: rxvt-unicode
- URxvt.inheritPixmap: False
- URxvt.scrollBar: false
- URxvt.saveLines: 8192
- URxvt.urlLauncher: firefox3
- URxvt.cursorBlink: true
- URxvt.geometry: 85x22+30+45
- URxvt.fading: 15%
- URxvt.shading: 75
- URxvt.font:xft:Monaco:size=9,xft:LiHei Pro:size=9
- URxvt.boldFont:xft:Monaco:bold:size=9,xft:LiHei Pro:bold:size=9
- [color="Red"]URxvt.depth: 32[/color]
- [color="Red"]URxvt.background: rgba:0000/0000/0000/aaaa[/color]
- URxvt.foreground: rgba:ffff/ffff/ffff/aaaa
- URxvt.tintColor: #d9d7d1
- URxvt.borderLess: true
- URxvt.externalBorder: .5
- URxvt.borderColor: #CCCCCC
- *foreground: rgba:0000/0000/0000/dddd
- *background: rgb:10/10/10
- !colors
- !!black
- URxvt.color0: #676767
- URxvt.color8: #757575
- !!red
- URxvt.color1: #EA6868
- URxvt.color9: #FF7272
- !!green
- URxvt.color2: #AFE600
- URxvt.color10: #AFE600
- !!yellow
- URxvt.color3: #E8AE5B
- URxvt.color11: #FFA75D
- !!blue
- URxvt.color4: #71C5F4
- URxvt.color12: #67CDE9
- !!magenta
- URxvt.color5: #E2BAF1
- URxvt.color13: #ECAEE9
- !!cyan
- URxvt.color6: #21F1EA
- URxvt.color14: #36FFFC
- !!white
- URxvt.color7: #F1F1F1
- URxvt.color15: #FFFFFF
复制代码
最终效果:
|
|