Changed configs
This commit is contained in:
parent
159b6db365
commit
db4d06c1e9
3 changed files with 4 additions and 4 deletions
|
@ -32,4 +32,4 @@ alias ssh-add-all='for a in .ssh/id_*; do ssh-add $a; done;'
|
||||||
alias screen='screen -RU'
|
alias screen='screen -RU'
|
||||||
alias cdiff="colordiff"
|
alias cdiff="colordiff"
|
||||||
xmlformat () { xmllint --format "$1" | unexpand -t 2 --first-only; }
|
xmlformat () { xmllint --format "$1" | unexpand -t 2 --first-only; }
|
||||||
alias jjar='java -jar'
|
alias jar='java -jar'
|
||||||
|
|
2
dunstrc
2
dunstrc
|
@ -162,7 +162,7 @@
|
||||||
background = "#002b36"
|
background = "#002b36"
|
||||||
# Foreground is S_base3
|
# Foreground is S_base3
|
||||||
foreground = "#fdf6e3"
|
foreground = "#fdf6e3"
|
||||||
timeout = 5
|
timeout = 10
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
# Background is S_red
|
# Background is S_red
|
||||||
|
|
|
@ -65,12 +65,12 @@ load {
|
||||||
|
|
||||||
cpu_temperature 0 {
|
cpu_temperature 0 {
|
||||||
format = "T: %degrees °C"
|
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 {
|
cpu_temperature 1 {
|
||||||
format = "T: %degrees °C"
|
format = "T: %degrees °C"
|
||||||
path = "/sys/devices/platform/coretemp.0/temp4_input"
|
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_input"
|
||||||
}
|
}
|
||||||
|
|
||||||
disk "/" {
|
disk "/" {
|
||||||
|
|
Loading…
Reference in a new issue