diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | .i3/wp.jpg | bin | 600474 -> 7886754 bytes | |||
m--------- | .vim/bundle/vim-airline | 0 | ||||
m--------- | .vim/bundle/vimagit | 0 | ||||
-rw-r--r-- | .vim/doc/tags | 12 | ||||
-rw-r--r-- | polybar/config | 8 |
6 files changed, 10 insertions, 16 deletions
diff --git a/.gitmodules b/.gitmodules index ed75ed7..76245db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule ".vim/bundle/nerdtree-git-plugin"] path = .vim/bundle/nerdtree-git-plugin url = https://github.com/Xuyuanp/nerdtree-git-plugin +[submodule ".vim/bundle/vim-airline"] + path = .vim/bundle/vim-airline + url = https://github.com/vim-airline/vim-airline +[submodule ".vim/bundle/vimagit"] + path = .vim/bundle/vimagit + url = https://github.com/jreybert/vimagit Binary files differdiff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline new file mode 160000 +Subproject a26a46069825ec391b342481b2d45be66887b8a diff --git a/.vim/bundle/vimagit b/.vim/bundle/vimagit new file mode 160000 +Subproject 91b947cceb7f1c7d005f6b1941478802c4b096d diff --git a/.vim/doc/tags b/.vim/doc/tags index 532a110..5846760 100644 --- a/.vim/doc/tags +++ b/.vim/doc/tags @@ -89,18 +89,6 @@ g:acp_completeoptPreview acp.txt /*g:acp_completeoptPreview* g:acp_enableAtStartup acp.txt /*g:acp_enableAtStartup* g:acp_ignorecaseOption acp.txt /*g:acp_ignorecaseOption* g:acp_mappingDriven acp.txt /*g:acp_mappingDriven* -project project.txt /*project* -project-adding-mappings project.txt /*project-adding-mappings* -project-example project.txt /*project-example* -project-flags project.txt /*project-flags* -project-inheritance project.txt /*project-inheritance* -project-invoking project.txt /*project-invoking* -project-mappings project.txt /*project-mappings* -project-plugin project.txt /*project-plugin* -project-settings project.txt /*project-settings* -project-syntax project.txt /*project-syntax* -project-tips project.txt /*project-tips* -project.txt project.txt /*project.txt* taglist-commands taglist.txt /*taglist-commands* taglist-debug taglist.txt /*taglist-debug* taglist-extend taglist.txt /*taglist-extend* diff --git a/polybar/config b/polybar/config index 3bc7b07..3f1b536 100644 --- a/polybar/config +++ b/polybar/config @@ -33,7 +33,7 @@ width = 100% height = 27 ;offset-x = 1% ;offset-y = 1% -radius = 6.0 +;radius = 6.0 fixed-center = false background = ${colors.background} @@ -42,8 +42,8 @@ foreground = ${colors.foreground} line-size = 3 line-color = #f00 -border-size = 4 -border-color = #00000000 +;border-size = 4 +Iborder-color = #00000000 padding-left = 0 padding-right = 2 @@ -65,7 +65,7 @@ tray-padding = 2 ;wm-restack = bspwm wm-restack = i3 - +bottom = true ;override-redirect = true ;scroll-up = bspwm-desknext |