commit f9659d6a9c0748a7827410175c1e1f8a6d4a1e76
Author: Simon Watson <spw01@protonmail.com>
Date: Mon Nov 1 21:01:31 2021 -0400
Bunch of void compat changes and tweaks
diff --git a/bashrc/bashrc-all b/bashrc/bashrc-all
index 9056288..23e09c4 100644
--- a/bashrc/bashrc-all
+++ b/bashrc/bashrc-all
@@ -79,6 +79,7 @@ case $(hostname) in
swatson-casana)
+ export TERM=xterm-256color # This fixes some vim issues
export PS1="\[\033[36m\]\w\[\033[m\] λ "
# function to set terminal title
function set-title() {
diff --git a/lemonbar/swatson-casana/bar.sh b/lemonbar/swatson-casana/bar.sh
index 15bfb24..1e30d3c 100755
--- a/lemonbar/swatson-casana/bar.sh
+++ b/lemonbar/swatson-casana/bar.sh
@@ -94,6 +94,6 @@ soundState() {
while true; do
sleep 1
- echo "%{l} $(Clock) $div $(cpuTemp) $div $(loadAvg) $div $(wifiInfo) $div $(ethPort) $div $(diskFree) $div $(soundState)"
+ echo "%{l} $(Clock) $div $(cpuTemp) $div $(loadAvg) $div $(wifiInfo) $div $(ethPort) $div $(diskFree) $div $(soundState) $div $(batteryInfo)"
sleep 0.5
done
diff --git a/lemonbar/swatson-casana/startLemon.sh b/lemonbar/swatson-casana/startLemon.sh
index 4f77b24..4ae9705 100755
--- a/lemonbar/swatson-casana/startLemon.sh
+++ b/lemonbar/swatson-casana/startLemon.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-/home/swatson/.config/lemonbar/bar.sh | lemonbar -p -g 3440x10+1920
+/home/swatson/.config/lemonbar/bar.sh | lemonbar -p -g 3440x15+1920
diff --git a/vim/.vimrc b/vim/.vimrc
index 7069095..f5470f2 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -77,14 +77,14 @@ let g:tagbar_type_perl = {
" Lightline config
set laststatus=2
-set noshowmode
+set number
if !has('gui_running')
set t_Co=256
endif
if has('gui_running')
- set guifont=Gohu\ GohuFont\ Medium\ 10
+ set guifont=Envy\ Code\ R\ Regular\ 10
endif
let g:lightline = {