all repos — dotfiles @ 9a69e084d0ea3d0b5c791db93fe9f31a12557821

my *nix dotfiles

home/.Xresources (view raw)

  1
  2!     _  __                                               
  3!    | |/ /________  _________  __  _______________  _____
  4!    |   // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
  5! _ /   |/ /  /  __(__  ) /_/ / /_/ / /  / /__/  __(__  ) 
  6!(_)_/|_/_/   \___/____/\____/\__,_/_/   \___/\___/____/ 
  7!
  8
  9#define base00 #f4f4f4
 10#define base01 #fafafa
 11#define base02 #cccccc
 12#define base03 #aaaaaa
 13#define base04 #8a8a8a
 14#define base05 #676767
 15#define base06 #454545
 16#define base07 #232323
 17#define base08 #db7070
 18#define base09 #db7070
 19#define base0A #d69822
 20#define base0B #7c9f4b
 21#define base0C #509c93
 22#define base0D #6587bf
 23#define base0E #b870ce
 24#define base0F #509c93
 25
 26*foreground:   base05
 27#ifdef background_opacity
 28*background:   [background_opacity]base00
 29#else
 30*background:   base00
 31#endif
 32*cursorColor:  base05
 33
 34*color0:       base00
 35*color1:       base08
 36*color2:       base0B
 37*color3:       base0A
 38*color4:       base0D
 39*color5:       base0E
 40*color6:       base0C
 41*color7:       base05
 42
 43*color8:       base03
 44*color9:       base09
 45*color10:      base01
 46*color11:      base02
 47*color12:      base04
 48*color13:      base06
 49*color14:      base0F
 50*color15:      base07
 51
 52*.font: Go Mono:style=Regular:size=14:antialias=true
 53*.italicFont: Go Mono:style=Italic:size=14:antialias=true
 54*.boldFont: Go Mono:style=Bold:size=14:antialias=true
 55
 56! Urxvt config 
 57URxvt.font: xft:SF Mono:style=Regular:size=14:antialias=true,xft:Noto Sans:size=14:style=Medium:antialias=true 
 58URxvt.scrollBar: false
 59URxvt.cursorBlink: false
 60URxvt.internalBorder: 30
 61URxvt.perl-ext: default,matcher
 62URxvt.letterSpace: -1
 63URxvt.matcher.button: 1
 64URxvt.boldFont: xft:SF Mono:size=14:style=Bold:antialias=true
 65URxvt.italicFont: xft:SF Mono:size=14:style=Italic:antialias=true
 66URxvt.url-launcher: /usr/local/bin/iridium
 67URxvt.visualBell: false
 68URxvt.depth: 20
 69URxvt.lineSpace: 1
 70URxvt.geometry: 80x20 
 71URxvt.intensityStyles: false
 72URxvt.iso14755: false
 73URxvt.iso14755_52: false
 74URxvt.keysym.Home: \033[1~
 75URxvt.keysym.End: \033[4~
 76URxvt.keysym.KP_Home: \033[1~
 77URxvt.keysym.KP_End:  \033[4~
 78URxvt.keysym.Shift-Control-V: eval:paste_clipboard
 79URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
 80URxvt.locale: utf8
 81
 82! Xclock config
 83XClock.analog: false
 84XClock.twentyfour: false
 85XClock.render: true
 86XClock.face: SF Mono:style=Regular:size=14:antialias=true
 87XClock.strftime: "%a, %d %b %I:%M"
 88
 89! Xlock config
 90XLock.dpmsoff: 1
 91! plain white-on-black lock screen
 92XLock.description: off
 93XLock.echokeys: off
 94XLock.info:
 95XLock.foreground: black
 96XLock.background: white
 97XLock.mode: blank
 98XLock.username: username: 
 99XLock.password: password: 
100XLock.font        : -misc-fixed-medium-r-normal-*-15-*-*-*-*-*-iso10646-1
101XLock.planfont    : -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-1
102