aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTucker Evans <tucker@tuckerevans.com>2020-03-30 16:04:37 -0400
committerTucker Evans <tucker@tuckerevans.com>2020-03-30 16:04:37 -0400
commit04f914a15cf98bbaa810924c6e8254de5c16f71d (patch)
tree6a76b542e393efc79767f2e01630ff1f974f2d6b
parent1918bd9f63ea349e4292cbdbe22db9f196458170 (diff)
Update i3 bar
-rw-r--r--.gitmodules3
-rw-r--r--i3/.config/i3status/config7
m---------vim/.vim/pack/tje/start/vim-javascript0
3 files changed, 8 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index e628b9d..38b2af2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule "vim/.vim/pack/tje/start/typescript-vim"]
path = vim/.vim/pack/tje/start/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
+[submodule "vim/.vim/pack/tje/start/vim-javascript"]
+ path = vim/.vim/pack/tje/start/vim-javascript
+ url = https://github.com/pangloss/vim-javascript.git
diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config
index dac9aaf..f78d6b4 100644
--- a/i3/.config/i3status/config
+++ b/i3/.config/i3status/config
@@ -8,7 +8,10 @@
general {
colors = true
- interval = 5
+ interval = 15
+ color_good = "#00AA00"
+ color_bad = "#AA0000"
+ color_degraded = "#AAAA00"
output_format = i3bar
}
@@ -59,7 +62,7 @@ load {
}
cpu_temperature 0 {
format = "%degrees C"
- path ="/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input"
+ path ="/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_input"
}
disk "/" {
diff --git a/vim/.vim/pack/tje/start/vim-javascript b/vim/.vim/pack/tje/start/vim-javascript
new file mode 160000
+Subproject db595656304959dcc3805cf63ea9a430e3f01e8