main
Simon Kellet 3 years ago
parent 819a5e9dab
commit 5193cecb81
  1. 3
      alacritty/alacritty.yml
  2. 5
      i3/config
  3. 2
      i3status/config
  4. 4
      nvim/init.vim

@ -104,7 +104,8 @@ font:
normal:
#family: IBM Plex Mono
#family: Source Code Pro
family: BlexMono Nerd Font
#family: BlexMono Nerd Font
family: Fira Code
style:
size: 6.95

@ -19,7 +19,8 @@ set_from_resource $split i3wm.color10 "#9E664B0"
#font pango: Source Code Pro 12px
#font pango: IBM Plex Mono 11px
#font pango: JetBrains Mono 8
font pango: BlexMono Nerd Font 11px
#font pango: BlexMono Nerd Font 11px
font pango: Fira Code 11px
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -64,7 +65,7 @@ client.background #ffffff
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id setxkbmap -option
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet

@ -58,7 +58,7 @@ load {
}
memory {
format = " %used"
format = "</> %used"
}
cpu_temperature 0 {

@ -6,7 +6,6 @@ Plug 'editorconfig/editorconfig-vim'
" Fzf
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'mattn/emmet-vim'
" NERDTree
Plug 'scrooloose/nerdtree'
@ -35,7 +34,7 @@ Plug 'artur-shaik/vim-javacomplete2'
Plug 'Valloric/YouCompleteMe', { 'do': './install.py' }
Plug 'rust-lang/rust.vim'
Plug 'preservim/nerdcommenter'
Plug 'mattn/emmet-vim'
" Writing
Plug 'junegunn/goyo.vim'
Plug 'lervag/vimtex'
@ -59,6 +58,7 @@ Plug 'sheerun/vim-polyglot'
Plug 'airblade/vim-gitgutter'
Plug 'tpope/vim-fugitive'
" Icons
Plug 'ryanoasis/vim-devicons'
call plug#end()

Loading…
Cancel
Save