우분투 14.04 + Xmonad
용도 : 웹서핑, TV, 동영상, 음악, 만화책보기입니다.
어제 오늘 열심히 삽질진행중... 진도가 잘 안나가네요
- 초기 로긴 화면
- 기본화면
- XBMC + Xperience 스킨
동영상 : urxvt -> ranger -> smplayer or mplayer or VLC + 안드로이드(VLC Direct Pro)
XBMC+번들리모콘+안드로이드(yaste)
음악 : urxvt -> ranger -> mplayer-ffmpeg 콘솔
urxvt -> VLC Ncurse interface + 안드로이드(VLC Direct pro)
mpd + urxvt->ncmpcpp + 안드로이드 리모트앱(Droid MPD)
TV : urxvt->VLC Ncurse interface + vlc lua Remote 모듈 + 안드로이드 리모트앱(VLC Direct Pro)
XBMC + TVHeadend + 번들리모콘 + 안드로이드 리모트앱(yaste)
이미지 : urxvt -> ranger -> w3mimgdisplay & feh
여기까지 하는데 주말을 불태웠어요.
지극히 개인적인 가정용 우분투입니다. ㅎㅎ
다음에 좀 더 테마들 다운받아서 다듦고, 꾸며야 겠어요.
이번 버전에는 드뎌 "spaceFM" 파일매니저가 기본 리포에 포함되었어요^^ 한번 써보세요 기능 정말 많아요.
근데 "dmenu"가 기본 리포에서 빠져버렸네요 ㅋ
- 우분투 터미널 컬러 세팅 방법
나눔고딕, 나눔바른고딕 적용하니 한글 폰트 상단 부분이 잘리는 경우가 있었어요.
추가 설치한 폰트는 없으며, 우분투 기본 설치시 기본 깔려져 있는 영문, 한글 폰트를 적용하였습니다. 한글폰트가 별로 마음에 들지는 않네요
좌측 가로라인, 세로 라인 순서대로.
1. 우분투 기본 터미널 : gnome-terminal : 기본 설치시 깔려져 있음 : 터미널에서 이미지 띠우는거 잘 안됨(아스키 이미지 지로 변환 띠우기 가능), 배경 투명화 됨
2. 리눅스 기본 터미널 : xterm : 기본 설치시 깔려져 있음 : 터미널에서 이미지 띠우는거 잘됨. 배경 투명화시 별도 트릭 필요함 (compite 매니저, trans-df 설치 후 .bashrc 파일에 스크립트 한줄 작성)
3. unicode 지원 터미널 : rxvt-unicode-256color : 설치해야 함 : 터미널에서 이미지 띠우는거 잘됨, 배경 투명화 잘됨
설치 : $ sudo apt-get install rxvt-unicode-256color
실행 : 좌측 상단 반딱거리는거 (alt+f2) -> urxvt 또는 터미널에서 $ urxvt
1. gnome-terminal 설정 방법 : GUI 방식
실행 : Control+Alt+t
1.1 터미널 화면 우크릭 -> profiles -> profile preference
1.2 [General] 탭 -> Use the system fixed width font 체크 해제 -> Font : Ubuntu Mono | 12
1.3 [Colors] 탭 -> Built-in schemes : Gray on black -> Built-in schemes : Tango
1.4 [Background] 탭 -> Transparent background : 대충 50 정도
2. xterm 설정 : ~/.Xdefault 파일 생성 후 설정
3. urxvt 설정 : 위와 동일 파일 ~/.Xdefault 파일에 설정
ex) Xdefault 파일 위 이미지와 동일한 세팅 샘플 예시 아래와 같음(!로 시작한는 라인은 주석임 실제 반영되지 않음). 파일로 첨부
------------------------------------------
!***********************************
! URxvt 설정
!***********************************
! 투명화 & Shading
urxvt*transparent: true
! 100 완전투명, 0 비투명
urxvt*shading: 50
! Font 선언
!URxvt.font: 9x15
!URxvt.font: 9x15,xft:은 돋움
URxvt.font: 9x15bold,xft:나눔바른고딕
URxvt*boldFont: 9x15bold,xft:나눔고딕코딩
URxvt*italicFont: 9x15italic
URxvt*boldItalicFont: 9x15bolditalic
! 스크롤바 설정
Rxvt*scrollBar: False
! SaveLines 값
Rxvt*saveLines: 2000
*internalBorder: 2
*tripleclickwords: True
! url 웹브라우저
*url-launcher: $HOME/.local/bin/opera
URxvt*letterspace: -2
*faceName: Tamsyn:size=10:antialias=true
xterm*termName: xterm-color
*saveLines: 2000
*boldMode: false
!dzen2.font: -*-ubuntu-medium-r-*-*-13-*-*-*-*-*-*-*
! Urxvt 컬러 스키마
! 백그라운드 포그라운드 컬러
URxvt.background: #1f1f1f
URxvt.foreground: #9a9b9b
!Misc
URxvt*highlightColor: #757F8E
URxvt*highlightTextColor: #15171A
!URxvt*cursorColor: #758A8E
URxvt*cursorColor: #FF0000
URxvt*pointerColor: #999CA1
URxvt*colorBD: #B8BCC2
URxvt*colorUL: #B59279
URxvt*underlineColor: #B6937A
!Black
URxvt.color0: #454545
URxvt.color8: #787878
!Red
URxvt.color1: #ad3956
URxvt.color9: #e38aa2
!Green
URxvt.color2: #52a838
URxvt.color10: #9de086
!Yellow
URxvt.color3: #a88e42
URxvt.color11: #e0cc8f
!Blue
URxvt.color4: #4863b5
URxvt.color12: #98adeb
!Magenta
URxvt.color5: #9144ab
URxvt.color13: #ce8fe3
!Cyan
URxvt.color6: #38947d
URxvt.color14: #8ed4c4
!White
URxvt.color7: #a3a3a3
URxvt.color15: #f2f2f2
!***********************************
! XTerm 설정
!***********************************
! 폰트 적용 : $ xrdb -merge .Xdefaults
! 투명화 & Shading
! Install the package transset-df and a composite manager such as Xcompmgr. Then add the following line to your ~/.bashrc
![ -n "$XTERM_VERSION" ] && transset-df -a >/dev/null
! Now, each time you launch a shell in an xterm and a composite manager is running, the xterm window will be transparent. The test in front of transset-df
! keeps transet from executing if XTERM_VERSION is not defined. Note that your terminal will not be transparent if you launch a program other than a shell this way.
! It is probably passible to work around this if you want the functionality.
! transset 는 14.04에 이미 쌀려져있음. transset-df는 기본 리포에 없은 다운 받아서 설치, 콤포지트 매니저 xcompmgr 기본 리포에 있음 설치, 백그라운드 실행
! Font 선언
!xterm*faceName: Liberation Mono:size=12:antialias=false
!xterm*faceName: 나눔고딕코딩:size=10:antialias=false
xterm*font: 9x15
xterm*faceName: DejaVu Sans Mono:style=Book:antialias=false
xterm*faceNameDoublesize: 나눔고딕코딩
xterm*faceSize: 10
!xterm*faceSize: 12
! 기본 설정
xterm*Border: dark blue
xterm*ScrollBar: off
xterm*TitleBar: on
xterm*TextUnderIcon: on
xterm*AllowIconInput: on
xterm*AutoRaise: on
xterm*termtype: vt100
xterm*ttyModes: intr ^c erase ^h susp ^@ dsusp ^@ kill ^u eof ^d
! 터미널 시계 설정
xclock*Foreground: rgb:CC/CC/CC
xclock*Background: rgb:48/48/48
xclock*Border: navy blue
xclock*Highlight: cornflower blue
xclock*Hands: slate blue
xclock*Mode: analog
! Xterm 컬러 스키마
XTerm*foreground: rgb:CC/CC/CC
XTerm*background: rgb:48/48/48
!Black
XTerm*color0: rgb:48/48/48
XTerm*color8: rgb:66/67/67
!Red
XTerm*color1: rgb:a1/75/6c
XTerm*color9: rgb:d1/ac/a3
!Green
XTerm*color2: rgb:71/91/71
XTerm*color10: rgb:aa/d1/ac
!Yellow
XTerm*color3: rgb:9c/98/69
XTerm*color11: rgb:c3/c4/9f
!Blue
XTerm*color4: rgb:71/86/a6
XTerm*color12: rgb:a6/c0/de
!Magenta
XTerm*color5: rgb:87/67/94
XTerm*color13: rgb:be/a2/cf
!Cyan
XTerm*color6: rgb:62/8c/85
XTerm*color14: rgb:a1/d4/c2
!White
XTerm*color7: rgb:CC/CC/CC
XTerm*color15: rgb:ca/cb/cb
------------------------------------------
.Xdefault 파일 생성 후 해당 내용 기재 후.
$ xrdb -merge .Xdefault
해서 환경 설정 파일 로딩 시켜 줌. 이후
$ xterm 또는
$ urxvt
실행하면 확인 가능
리부팅 하면, urxvt 터미널은 .Xdefault 파일 자동 로딩 하는 거 같으나, xterm 터미널은 자동 로딩 안하는 거 같음.
xterm 터미널 설정 파일 자동 로딩을 위해, .initrc 파일이나, .bashrc 파일이나, 해당 데스크탑 환경이나, 윈도우 매니저의 autostart 파일에다 "xrdb -merge .Xdefault" 실행 코드 한줄 넣어 두시면 됩니다.
제 개인 블로그가 폭파되서 글 올릴곳도 없구 ㅠ.ㅠ. 재설치시 참조하기 위하여 기록적 측면에서 클리앙 게시판은 이용합니다. 누군가에게는 도움이 되시길....




열심히 노력하면서 공부중입니다. 시간투자 해서 세팅하니, 현란하이 마음에 듭니당 히히