diff --git a/dotfiles/neofetch/config.conf b/dotfiles/neofetch/config.conf index 12d863f..a04e0c0 100644 --- a/dotfiles/neofetch/config.conf +++ b/dotfiles/neofetch/config.conf @@ -4,7 +4,7 @@ print_info() { info title info underline - info "OS" distro + info "centerOS" distro info "Host" model # info "Kernel" kernel # info "Uptime" uptime @@ -472,7 +472,7 @@ mpc_args=() # Example: # colors=(distro) - Text is colored based on Distro colors. # colors=(4 6 1 8 8 6) - Text is colored in the order above. -colors=(distro) +colors=(2 2 8 8 8 15) # Text Options @@ -490,7 +490,7 @@ bold="on" # Default: 'on' # Values: 'on', 'off' # Flag: --underline -underline_enabled="on" +underline_enabled="off" # Underline character # @@ -642,7 +642,10 @@ image_backend="w3m" # NOTE: 'auto' will pick the best image source for whatever image backend is used. # In ascii mode, distro ascii art will be used and in an image mode, your # wallpaper will be used. -image_source="data/pictures/mitsuha_yourname.png" +#image_source="data/pictures/mitsuha_yourname.png" +#image_source="/home/marc/.wallpaper/asuna_bluebg.png" +#image_source="/home/marc/.wallpaper/asuna_bg.png" +image_source="/home/marc/.wallpaper/sinon_greenbg.png" # image_source="auto" @@ -728,7 +731,7 @@ crop_offset="east" # Values: 'auto', '00px', '00%', 'none' # Flags: --image_size # --size -image_size="285px" +image_size="265px" # Gap between image and text # diff --git a/dotfiles/polybar/config b/dotfiles/polybar/config index 247a866..aeaa573 100644 --- a/dotfiles/polybar/config +++ b/dotfiles/polybar/config @@ -221,7 +221,7 @@ apdapter = ADP1 format-charging = format-charging-foreground = ${colors.nord_green} -label-charging = %percentage%% +label-charging =  %percentage%% format-discharging = format-discharging-foreground = ${colors.nord_green} diff --git a/dotfiles/tmux/tmux b/dotfiles/tmux/tmux index c1a0a1a..768fcb5 100644 --- a/dotfiles/tmux/tmux +++ b/dotfiles/tmux/tmux @@ -22,4 +22,4 @@ set -g status-bg green set -g status-fg black set -g status-right '%Y.%m.%d %H:%M' -run-shell "~/.tmux/themes/nord-tmux/nord.tmux" +run-shell "~/.tmux/themes/nord.tmux" diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 73d8a99..2384fec 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -23,9 +23,11 @@ filetype plugin indent on " airline bar let g:airline_theme='nord' -let g:airline_powerline_fonts = 0 +let g:airline_powerline_fonts = 1 let g:bufferline_echo = 0 +set guifont="InconsolataLGC Nerd Font Mono" + " Onedark Colorscheme let g:onedark_hide_endofbuffer=1 let g:onedark_terminal_italics=1