Fix vim and some neofetch
This commit is contained in:
@@ -4,7 +4,7 @@ print_info() {
|
|||||||
info title
|
info title
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
info "OS" distro
|
info "centerOS" distro
|
||||||
info "Host" model
|
info "Host" model
|
||||||
# info "Kernel" kernel
|
# info "Kernel" kernel
|
||||||
# info "Uptime" uptime
|
# info "Uptime" uptime
|
||||||
@@ -472,7 +472,7 @@ mpc_args=()
|
|||||||
# Example:
|
# Example:
|
||||||
# colors=(distro) - Text is colored based on Distro colors.
|
# colors=(distro) - Text is colored based on Distro colors.
|
||||||
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
|
# 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
|
# Text Options
|
||||||
@@ -490,7 +490,7 @@ bold="on"
|
|||||||
# Default: 'on'
|
# Default: 'on'
|
||||||
# Values: 'on', 'off'
|
# Values: 'on', 'off'
|
||||||
# Flag: --underline
|
# Flag: --underline
|
||||||
underline_enabled="on"
|
underline_enabled="off"
|
||||||
|
|
||||||
# Underline character
|
# Underline character
|
||||||
#
|
#
|
||||||
@@ -642,7 +642,10 @@ image_backend="w3m"
|
|||||||
# NOTE: 'auto' will pick the best image source for whatever image backend is used.
|
# 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
|
# In ascii mode, distro ascii art will be used and in an image mode, your
|
||||||
# wallpaper will be used.
|
# 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"
|
# image_source="auto"
|
||||||
|
|
||||||
|
|
||||||
@@ -728,7 +731,7 @@ crop_offset="east"
|
|||||||
# Values: 'auto', '00px', '00%', 'none'
|
# Values: 'auto', '00px', '00%', 'none'
|
||||||
# Flags: --image_size
|
# Flags: --image_size
|
||||||
# --size
|
# --size
|
||||||
image_size="285px"
|
image_size="265px"
|
||||||
|
|
||||||
# Gap between image and text
|
# Gap between image and text
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ apdapter = ADP1
|
|||||||
|
|
||||||
format-charging = <ramp-capacity> <label-charging>
|
format-charging = <ramp-capacity> <label-charging>
|
||||||
format-charging-foreground = ${colors.nord_green}
|
format-charging-foreground = ${colors.nord_green}
|
||||||
label-charging = %percentage%%
|
label-charging = %percentage%%
|
||||||
|
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
format-discharging-foreground = ${colors.nord_green}
|
format-discharging-foreground = ${colors.nord_green}
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ set -g status-bg green
|
|||||||
set -g status-fg black
|
set -g status-fg black
|
||||||
set -g status-right '%Y.%m.%d %H:%M'
|
set -g status-right '%Y.%m.%d %H:%M'
|
||||||
|
|
||||||
run-shell "~/.tmux/themes/nord-tmux/nord.tmux"
|
run-shell "~/.tmux/themes/nord.tmux"
|
||||||
|
|||||||
@@ -23,9 +23,11 @@ filetype plugin indent on
|
|||||||
|
|
||||||
" airline bar
|
" airline bar
|
||||||
let g:airline_theme='nord'
|
let g:airline_theme='nord'
|
||||||
let g:airline_powerline_fonts = 0
|
let g:airline_powerline_fonts = 1
|
||||||
let g:bufferline_echo = 0
|
let g:bufferline_echo = 0
|
||||||
|
|
||||||
|
set guifont="InconsolataLGC Nerd Font Mono"
|
||||||
|
|
||||||
" Onedark Colorscheme
|
" Onedark Colorscheme
|
||||||
let g:onedark_hide_endofbuffer=1
|
let g:onedark_hide_endofbuffer=1
|
||||||
let g:onedark_terminal_italics=1
|
let g:onedark_terminal_italics=1
|
||||||
|
|||||||
Reference in New Issue
Block a user