From f8826c0f3d6d56e1d807396662d811bb80966e79 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 9 May 2021 12:30:02 -0400 Subject: [PATCH] Fun with i3, vim, and zsh --- i3status.conf | 5 +++-- vimrc | 1 + zshrc | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/i3status.conf b/i3status.conf index 69083d1..d2b5bb3 100644 --- a/i3status.conf +++ b/i3status.conf @@ -33,8 +33,9 @@ disk "/home" { } wireless _first_ { - format_up = "W:(%quality %essid) %ip" - format_down = "W:down" + format_up = "W: (%quality %essid, %bitrate @ %frequency) %ip" + format_down = "W: down" + format_quality = "%03d%s" } battery 0 { diff --git a/vimrc b/vimrc index 9d6f2c5..2bc3678 100644 --- a/vimrc +++ b/vimrc @@ -46,6 +46,7 @@ map ,t :w map ,- :nohl map ,w :%s/ *$// +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] let g:airline_powerline_fonts = 1 let g:go_fmt_command = "goimports" let g:python_highlight_all = 1 diff --git a/zshrc b/zshrc index 1cc3e92..2445337 100644 --- a/zshrc +++ b/zshrc @@ -73,11 +73,11 @@ plugins=( mercurial nmap node - npm - npx + #npm + #npx nvm pip - pipenv + #pipenv postgres pyenv python