1
0
Fork 0
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:
Jake Stanger 2022-11-28 22:43:12 +00:00
parent c4cdf4be8b
commit ec69649a04
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -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 = {