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:
parent
720ba7bfb0
commit
b352181b3d
1 changed files with 36 additions and 15 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue