Changed configs

This commit is contained in:
Tobias Schmidl 2014-07-14 17:05:40 +02:00
parent 159b6db365
commit db4d06c1e9
3 changed files with 4 additions and 4 deletions

View file

@ -32,4 +32,4 @@ alias ssh-add-all='for a in .ssh/id_*; do ssh-add $a; done;'
alias screen='screen -RU'
alias cdiff="colordiff"
xmlformat () { xmllint --format "$1" | unexpand -t 2 --first-only; }
alias jjar='java -jar'
alias jar='java -jar'

View file

@ -162,7 +162,7 @@
background = "#002b36"
# Foreground is S_base3
foreground = "#fdf6e3"
timeout = 5
timeout = 10
[urgency_critical]
# Background is S_red

View file

@ -65,12 +65,12 @@ load {
cpu_temperature 0 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/temp2_input"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input"
}
cpu_temperature 1 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/temp4_input"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_input"
}
disk "/" {