Browse Source

Bunch of void compat changes and tweaks

Simon Watson 2 years ago
parent
commit
f9659d6a9c
4 changed files with 5 additions and 4 deletions
  1. 1 0
      bashrc/bashrc-all
  2. 1 1
      lemonbar/swatson-casana/bar.sh
  3. 1 1
      lemonbar/swatson-casana/startLemon.sh
  4. 2 2
      vim/.vimrc

+ 1 - 0
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() {

+ 1 - 1
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

+ 1 - 1
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

+ 2 - 2
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 = {