docs: update example configs
This commit is contained in:
@@ -23,7 +23,7 @@ let {
|
|||||||
$mpd_server = { type = "mpd" host = "chloe:6600" }
|
$mpd_server = { type = "mpd" host = "chloe:6600" }
|
||||||
|
|
||||||
$sys_info = {
|
$sys_info = {
|
||||||
type = "sys-info"
|
type = "sys_info"
|
||||||
format = ["{cpu_percent}% " "{memory_percent}% "]
|
format = ["{cpu_percent}% " "{memory_percent}% "]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ let {
|
|||||||
|
|
||||||
$phone_battery = {
|
$phone_battery = {
|
||||||
type = "script"
|
type = "script"
|
||||||
path = "/home/jake/bin/phone-battery"
|
cmd = "/home/jake/bin/phone-battery"
|
||||||
}
|
}
|
||||||
|
|
||||||
$log_tail = {
|
$log_tail = {
|
||||||
|
|||||||
Reference in New Issue
Block a user