mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
docs: update example configs
This commit is contained in:
parent
c4cdf4be8b
commit
ec69649a04
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue