Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Oct 29, 2013
1 parent 41ec72d commit 5a3a4d1
Show file tree
Hide file tree
Showing 7 changed files with 438 additions and 4 deletions.
4 changes: 4 additions & 0 deletions mpv_keys
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ F5 set aspect 0
< add volume -1
] playlist_next
[ playlist_prev
{ add chapter -1
} add chapter 1
( speed_mult 0.5
) speed_mult 2.0

MENU show_progress
PLAYPAUSE cycle pause
Expand Down
9 changes: 6 additions & 3 deletions profile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ export OWL_ABS_HOME="$HOME/src/abs"
export OWL_CHANGELOG_DB="$XDG_DATA_HOME/changelog_db"

export SDL_AUDIODRIVER=alsa
export PYTHONIOENCODING='utf-8'
export SDL_VIDEO_X11_DGAMOUSE=0

export GOPATH="$HOME/.go"
export TEXINPUTS=".:$XDG_DATA_HOME/texmf//:"
export NNTPSERVER=localhost
export _Z_NO_RESOLVE_SYMLINKS=1
export PYTHONIOENCODING='utf-8'

export NNTPSERVER=pasdenom.info
export SLRNPULL_ROOT="$HOME/.usenet"

export SHELL_CONFIG="$HOME/.bashrc"
Expand All @@ -46,6 +48,7 @@ export BSPWM_TREE="$XDG_DATA_HOME/bspwm.tree"
export BSPWM_HISTORY="$XDG_DATA_HOME/bspwm.history"
export BSPWM_STACK="$XDG_DATA_HOME/bspwm.stack"
export SXHKD_SHELL=/bin/dash

export JINJA_FILTERS_DIR="$XDG_DOTFILES_DIR/jinja_filters"
export DIANA_DOWNLOAD_DIR=$XDG_TMP_DIR
export WALLPAPER="$HOME/.wallpaper"
Expand Down
132 changes: 132 additions & 0 deletions templates/hybrid/dotfiles/termite_config.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
[options]
font = Fira Mono OT 11
scrollback_lines = 10000
scroll_on_output = false
scroll_on_keystroke = true
resize_grip = false
audible_bell = false
visible_bell = false
search_wrap = true
mouse_autohide = false
allow_bold = false
dynamic_title = true
urgent_on_bell = true
clickable_url = true

# "system", "on" or "off"
cursor_blink = off

# "block", "underline" or "ibeam"
cursor_shape = block

# $BROWSER is used by default
#browser =

# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%&#:_=+@~

# set size hints for the window
#size_hints = false

[colors]
background = {{background}}
foreground = {{foreground}}
foreground_bold = {{fg_highlight}}
# foreground_dim =

# if unset, will reverse foreground and background
# cursor =
# highlight =

# colors from color0 to color254 can be set

# BLACK
color0 = {{bg_jump}}
color8 = {{fg_comment}}

# WHITE
color7 = {{fg_highlight}}
color15 = {{fg_peak}}

# RED
color1 = {{darkred}}
color9 = {{red}}

# YELLOW
color3 = {{darkyellow}}
color11 = {{yellow}}

# GREEN
color2 = {{darkgreen}}
color10 = {{green}}

# CYAN
color6 = {{darkcyan}}
color14 = {{cyan}}

# BLUE
color4 = {{darkblue}}
color12 = {{blue}}

# MAGENTA
color5 = {{darkmagenta}}
color13 = {{magenta}}

color40 = {{bg_dip}}
color41 = {{background}}
color42 = {{bg_bump}}
color43 = {{bg_jump}}
color44 = {{fg_comment}}
color45 = {{foreground}}
color46 = {{fg_highlight}}
color47 = {{fg_peak}}

color16 = {{red}}
color17 = {{darkred}}

color18 = {{orange}}
color19 = {{darkorange}}

color20 = {{yellow}}
color21 = {{darkyellow}}

color22 = {{spring}}
color23 = {{darkspring}}

color24 = {{green}}
color25 = {{darkgreen}}

color26 = {{teal}}
color27 = {{darkteal}}

color28 = {{cyan}}
color29 = {{darkcyan}}

color30 = {{azure}}
color31 = {{darkazure}}

color32 = {{blue}}
color33 = {{darkblue}}

color34 = {{violet}}
color35 = {{darkviolet}}

color36 = {{magenta}}
color37 = {{darkmagenta}}

color38 = {{pink}}
color39 = {{darkpink}}

[hints]
font = Monospace 8
foreground = {{background}}
background = {{foreground}}
active_foreground = {{background}}
active_background = {{red}}
border = {{bg_jump}}
padding = 2
border_width = 1
roundness = 2

# vim: ft=dosini cms=#%s
132 changes: 132 additions & 0 deletions termite_config-dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
[options]
font = Fira Mono OT 11
scrollback_lines = 10000
scroll_on_output = false
scroll_on_keystroke = true
resize_grip = false
audible_bell = false
visible_bell = false
search_wrap = true
mouse_autohide = false
allow_bold = false
dynamic_title = true
urgent_on_bell = true
clickable_url = true

# "system", "on" or "off"
cursor_blink = off

# "block", "underline" or "ibeam"
cursor_shape = block

# $BROWSER is used by default
#browser =

# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%&#:_=+@~

# set size hints for the window
#size_hints = false

[colors]
background = #2E2C28
foreground = #A3A6AB
foreground_bold = #DADDE2
# foreground_dim =

# if unset, will reverse foreground and background
# cursor =
# highlight =

# colors from color0 to color254 can be set

# BLACK
color0 = #5C5955
color8 = #6F7277

# WHITE
color7 = #DADDE2
color15 = #F6F9FF

# RED
color1 = #C7756E
color9 = #F9A299

# YELLOW
color3 = #9F8A4B
color11 = #CFB776

# GREEN
color2 = #59996B
color10 = #85C796

# CYAN
color6 = #009BAA
color14 = #42CAD9

# BLUE
color4 = #5B8FCA
color12 = #8BBCFA

# MAGENTA
color5 = #B378AB
color13 = #E3A5DA

color40 = #272621
color41 = #2E2C28
color42 = #34322E
color43 = #5C5955
color44 = #6F7277
color45 = #A3A6AB
color46 = #DADDE2
color47 = #F6F9FF

color16 = #F9A299
color17 = #C7756E

color18 = #EAAB80
color19 = #B97E56

color20 = #CFB776
color21 = #9F8A4B

color22 = #ACC17E
color23 = #7F9353

color24 = #85C796
color25 = #59996B

color26 = #5DCBB7
color27 = #259C8A

color28 = #42CAD9
color29 = #009BAA

color30 = #58C5F1
color31 = #0497C1

color32 = #8BBCFA
color33 = #5B8FCA

color34 = #BDB0F2
color35 = #8E83C2

color36 = #E3A5DA
color37 = #B378AB

color38 = #F79FBA
color39 = #C6728D

[hints]
font = Monospace 8
foreground = #2E2C28
background = #A3A6AB
active_foreground = #2E2C28
active_background = #F9A299
border = #5C5955
padding = 2
border_width = 1
roundness = 2

# vim: ft=dosini cms=#%s
Loading

0 comments on commit 5a3a4d1

Please sign in to comment.