Wednesday, August 11, 2010

i3 configuration... thus far

this is my .Xdefaults, it's where all the terminal configuration goes
! urxvt

urxvt.title: Terminal
urxvt.background: #1A1A1A
urxvt.foreground: #999999
urxvt.cursorColor: #5E468C
urxvt.borderColor: #1A1A1A
urxvt.borderless: false
urxvt.internalBorder: 3
urxvt.externalBorder: 3
urxvt.scrollBar: false
!urxvt.font -misc-fixed-medium-r-*--12-*-*-*-*-*-iso10646-1
!urxvt.boldFont: -misc-fixed-medium-r-*--12-*-*-*-*-*-iso10646-1
urxvt.font: xft:terminus:pixelsize=10
urxct.boldFont: xft:terminus:bold:pixelsize=10

! transparency
*inheritPixmap: true
*tintColor: white
*shading: 40

! colors
!black
*color0: #333333
*color8: #3D3D3D
!red
*color1: #8C4665
*color9: #BF4D80
!green
*color2: #287373
*color10: #53A6A6
!yellow
*color3: #7C7C99
*color11: #9E9ECB
!blue
*color4: #395573
*color12: #477AB3
!magenta
*color5: #5E468C
*color13: #7E62B3
!cyan
*color6: #31548C
*color14: #6096BF
!white
*color7: #899CA1
*color15: #C0C0C0

This goes into the .xinitrc file
# set background and wallpaper
xsetroot -solid "#1A1A1A"
feh --bg-scale /path/to/image/.jpg

No comments:

Post a Comment