Skip to content

Commit

Permalink
Fix again ....
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Jan 23, 2019
1 parent f22da4f commit f1cbe9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions i3status.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@

general {
colors = true
color_good = '#00FF00'
color_bad = '#FF0000'
interval = 5
}

order += "ipv6"
#order += "ipv6"
order += "vms"
order += "disk /"
order += "run_watch DHCP"
order += "run_watch VPN"
#order += "wireless _first_"
#order += "run_watch DHCP"
#order += "run_watch VPN"
order += "wireless _first_"
order += "ethernet _first_"
#order += "battery 0"
order += "battery 0"
order += "load"
order += "volume master"
order += "tztime local"


volume master {
device = "default"
mixer = "Master"
Expand All @@ -43,6 +47,7 @@ ethernet _first_ {

battery 0 {
format = "%status %percentage %remaining"
format_down = "yolo"
last_full_capacity = true
integer_battery_capacity = false
threshold_type = "percentage"
Expand Down
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ let g:ale_linters = { 'python': ['flake8']}
let b:ale_fixers = {'python': ['autopep8']}
let g:syntastic_python_flake8_args='--max-line-length=120'
"let g:syntastic_python_flake8_args='--max-line-length=120 --ignore=E402,E731,E711,E501'
nnoremap fe :ALEFix<CR>

" settings for vim-gitgutter
set updatetime=300

" ## end plugins


" go to next window with TAB
map <Tab> <C-W>w
nnoremap fe :ALEFix<CR>
nnoremap 1 :Lexplore<CR>
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alias ns='netstat -tulpn'
alias s='sudo'
alias vi='vim'
alias vim='vim -p'
alias l='less -FX'
alias l='less -IFX'
alias d='dirs -v'
alias x='xclip'
alias p='python3'
Expand Down

0 comments on commit f1cbe9c

Please sign in to comment.