diff --git a/.Xresources b/.Xresources index 89d514c..00c8d18 100644 --- a/.Xresources +++ b/.Xresources @@ -7,7 +7,7 @@ ! config can be added there or also here below. ! For comments use "!" -Xft.dpi: 96 +Xft.dpi: 91 Xft.antialias: true Xft.hinting: true Xft.rgba: rgb diff --git a/.config/polybar/config b/.config/polybar/config index 20d4c01..c538d13 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -8,8 +8,8 @@ ;===================================================== [colors] -background = #002b2c2c -background-alt = #88181316 +background = #80303031 +background-alt = #303031 foreground = #fafbfb foreground-alt = #dddddd primary = #fafbfb @@ -157,7 +157,7 @@ modules-right = cpu memory filesystem date tray-position = center tray-padding = 2 tray-transparent = true -tray-background = #880063ff +tray-background = #80303031 ;wm-restack = bspwm wm-restack = i3 @@ -278,7 +278,7 @@ icon-next = » label-offline = mpd is offline ; Only applies if is used -bar-progress-width = 30 +bar-progress-width = 10 bar-progress-indicator = | bar-progress-fill = ─ bar-progress-empty = ─ diff --git a/.vimrc b/.vimrc index 6cd3cd8..7a85bb0 100644 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,23 @@ +set nocompatible " be iMproved, required +filetype off " required + +" set the runtime path to include Vundle and initialize +set rtp+=~/.vim/bundle/Vundle.vim +call vundle#begin() +" alternatively, pass a path where Vundle should install bundles +"let path = '~/some/path/here' +"call vundle#rc(path) + +" let Vundle manage Vundle, required +Plugin 'VundleVim/Vundle.vim' +Plugin 'zah/nim.vim' +Plugin 'scrooloose/syntastic' +Plugin 'w0ng/vim-hybrid' + +call vundle#end() " required +filetype plugin indent on + + set number set showmatch @@ -24,26 +44,12 @@ set autochdir set undolevels=1000 set backspace=indent,eol,start -colorscheme nord +let g:hybrid_custom_term_colors = 1 +let g:hybrid_reduced_contrast = 1 +set background=dark +colorscheme hybrid syntax on -set nocompatible " be iMproved, required -filetype off " required - -" set the runtime path to include Vundle and initialize -set rtp+=~/.vim/bundle/vundle/ -call vundle#rc() -" alternatively, pass a path where Vundle should install bundles -"let path = '~/some/path/here' -"call vundle#rc(path) - -" let Vundle manage Vundle, required -Bundle 'gmarik/vundle' -Bundle 'zah/nim.vim' -Bundle 'scrooloose/syntastic' - -filetype plugin indent on " required - set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%*