update dotfiles
This commit is contained in:
parent
ab3cd42c2f
commit
13987e414b
|
@ -20,7 +20,7 @@
|
|||
# == Options
|
||||
# ===================================================================
|
||||
|
||||
#set preview_images true
|
||||
set preview_images true
|
||||
|
||||
# Which viewmode should be used? Possible values are:
|
||||
# miller: Use miller columns which show multiple levels of the hierarchy
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
//"idle_inhibitor",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"pulseaudio",
|
||||
"custom/keyboard-layout",
|
||||
"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": {
|
||||
"states": {
|
||||
// "good": 95,
|
||||
|
|
Loading…
Reference in New Issue