1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +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": [
{ {
"left": [{"type": "clock"}] "type": "workspaces"
}, },
{ {
"position": "top", "type": "launcher",
"left": [] "icon_theme": "Paper",
"favorites": ["firefox", "discord", "Steam"],
"show_names": false
} }
], ],
"DP-2": { "right": [
"position": "bottom", {
"height": 30, "type": "mpd"
"left": [] },
} {
"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"
} }
]
} }