Added some stuff

This commit is contained in:
jomido
2017-07-27 23:39:53 -05:00
parent 18a4668e83
commit 20ca5e79ff
10 changed files with 18 additions and 18 deletions

View File

@@ -57,5 +57,5 @@ conky.config = {
} }
conky.text = [[ conky.text = [[
$loadavg | $mem | ${upspeedf enp4s0}/${downspeedf enp4s0} | ${time %H:%M} ${time %m.%d} L $loadavg | M $mem | $battery_short | N ${upspeedf enp4s0}/${downspeedf enp4s0} | ${time %m/%d} ${time %H:%M}
]] ]]

Submodule vim/.vim/bundle/SimpylFold updated: 9e7c1c9d9b...aa0371d9d7

Submodule vim/.vim/bundle/Vundle.vim updated: 88688fe453...6437ad6df4

Submodule vim/.vim/bundle/nerdtree updated: eee431dbd4...a3fdf1e3c1

Submodule vim/.vim/bundle/syntastic updated: 78c0d21a9b...e1161a723a

Submodule vim/.vim/bundle/vim-airline updated: b56a064377...e03afa1733

Submodule vim/.vim/bundle/vim-airline-themes updated: 6026eb78bf...5d75d76ca2

Submodule vim/.vim/bundle/vim-fugitive updated: b754bc2031...913fff1cea

View File

@@ -85,11 +85,11 @@ filetype plugin indent on " required
" " Put your non-Plugin stuff after this line " " Put your non-Plugin stuff after this line
"python with virtualenv support "python with virtualenv support
py << EOF "py << EOF
import os "import os
import sys "import sys
if 'VIRTUAL_ENV' in os.environ: "if 'VIRTUAL_ENV' in os.environ:
project_base_dir = os.environ['VIRTUAL_ENV'] " project_base_dir = os.environ['VIRTUAL_ENV']
activate_this = os.path.join(project_base_dir, 'bin/activate_this.py') " activate_this = os.path.join(project_base_dir, 'bin/activate_this.py')
execfile(activate_this, dict(__file__=activate_this)) " execfile(activate_this, dict(__file__=activate_this))
EOF "EOF

View File

@@ -23,7 +23,7 @@
*color14: #7E9982 *color14: #7E9982
*color15: #BDBDA4 *color15: #BDBDA4
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt.font: xft:Terminus:size=12:antialias=true URxvt.font: xft:Terminus:size=13:antialias=true
URxvt.boldFont: xft:Terminus:bold:size=12:antialias=true URxvt.boldFont: xft:Terminus:bold:size=13:antialias=true
URxvt*transparent: true URxvt*transparent: true
URxvt*shading: 10 URxvt*shading: 10