1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

docs: update json example

This commit is contained in:
Jake Stanger 2022-09-25 22:49:54 +01:00
parent 720ba7bfb0
commit b352181b3d
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -1,18 +1,39 @@
{ {
"monitors": { "left": [
"DP-1": [ {
{ "type": "workspaces"
"left": [{"type": "clock"}] },
}, {
{ "type": "launcher",
"position": "top", "icon_theme": "Paper",
"left": [] "favorites": ["firefox", "discord", "Steam"],
} "show_names": false
],
"DP-2": {
"position": "bottom",
"height": 30,
"left": []
} }
} ],
"right": [
{
"type": "mpd"
},
{
"type": "mpd",
"host": "chloe:6600"
},
{
"path": "/home/jake/bin/phone-battery",
"type": "script"
},
{
"format": [
"{cpu-percent}% ",
"{memory-percent}% "
],
"type": "sys-info"
},
{
"type": "tray"
},
{
"type": "clock"
}
]
} }