update dotfiles
This commit is contained in:
parent
ab3cd42c2f
commit
13987e414b
|
@ -20,7 +20,7 @@
|
||||||
# == Options
|
# == Options
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
|
|
||||||
#set preview_images true
|
set preview_images true
|
||||||
|
|
||||||
# Which viewmode should be used? Possible values are:
|
# Which viewmode should be used? Possible values are:
|
||||||
# miller: Use miller columns which show multiple levels of the hierarchy
|
# miller: Use miller columns which show multiple levels of the hierarchy
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
//"idle_inhibitor",
|
//"idle_inhibitor",
|
||||||
"memory",
|
"memory",
|
||||||
"cpu",
|
"cpu",
|
||||||
|
"temperature",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"custom/keyboard-layout",
|
"custom/keyboard-layout",
|
||||||
"battery",
|
"battery",
|
||||||
|
@ -51,6 +52,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"temperature": {
|
||||||
|
// "thermal-zone": 2,
|
||||||
|
// "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
|
||||||
|
// "critical-threshold": 80,
|
||||||
|
// "format-critical": "{temperatureC}°C ",
|
||||||
|
"format": "{temperatureC}°C |"
|
||||||
|
},
|
||||||
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
// "good": 95,
|
// "good": 95,
|
||||||
|
|
Loading…
Reference in New Issue