View Single Post
Old 12th July 2014
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Code:
predrag@oko$ more .xsession
#!/bin/sh
# xidle -program "/usr/X11R6/bin/xlock" -timeout 300 &
xclock -geometry -0+0 &
feh --bg-scale /home/predrag/.unix.jpg &
exec cwm
Code:
predrag@oko$ more .Xresources
XTerm*termName: xterm-color
XTerm*loginShell: true
XTerm*faceName: Mono
XTerm*faceSize: 11
XTerm*background: black
XTerm*foreground: gray

Xft.antialias: true

XClock*analog:                          false
XClock*strftime:                        %T %A %e %B
XClock*face:                            ter-d12n
XClock*interval:                        1
XClock*margin:                          0
XClock*foreground:                      gray
XClock*background:                      black
Could not upload screenshoot

Last edited by Oko; 12th July 2014 at 05:44 PM.
Reply With Quote