diff --git a/files/.Xresources b/files/.Xresources index 9ab2931..1132013 100644 --- a/files/.Xresources +++ b/files/.Xresources @@ -47,7 +47,7 @@ !! Some extra xterm settings ! Font XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true -XTerm.vt100.faceSize: 11 +XTerm.vt100.faceSize: 9 ! Remove Scrollbar XTerm.vt100.scrollBar: false diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index 8b0f1d9..978df9a 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -68,7 +68,7 @@ colors: cyan: '#56B6C2' white: '#D8D8D8' -background_opacity: 0.98 +background_opacity: 1 selection: save_to_clipboard: true diff --git a/files/.config/i3/config b/files/.config/i3/config index af6b3e8..e2c9c89 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -171,7 +171,7 @@ exec dunst exec picom exec nm-applet -exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png +exec feh --bg-scale $HOME/data/nextcloud/Wallpaper/wallpaper.png exec ~/scripts/fix_screens.sh exec ~/scripts/polybar.sh diff --git a/files/.vimrc b/files/.vimrc index ab061a1..57d53d2 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -95,6 +95,10 @@ let g:lightline.separator = { 'left': '', 'right': '' } " tab bar let g:lightline.tabline = {'left': [['buffers']]} +let g:lightline#bufferline#show_number = 1 +let g:lightline#bufferline#shorten_path = 0 +let g:lightline#bufferline#unnamed = '[No Name]' +"let g:lightline#bufferline#enable_devicons = 1 let g:lightline.component_expand = {'buffers': 'lightline#bufferline#buffers'} let g:lightline.component_type = {'buffers': 'tabsel'}