mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-20 11:54:23 +02:00
18 lines
245 B
JSON
18 lines
245 B
JSON
|
{
|
||
|
"monitors": {
|
||
|
"DP-1": [
|
||
|
{
|
||
|
"left": [{"type": "clock"}]
|
||
|
},
|
||
|
{
|
||
|
"position": "top",
|
||
|
"left": []
|
||
|
}
|
||
|
],
|
||
|
"DP-2": {
|
||
|
"position": "bottom",
|
||
|
"height": 30,
|
||
|
"left": []
|
||
|
}
|
||
|
}
|
||
|
}
|