chore(intellij): load config from environment variable
This commit is contained in:
18
examples/config.json
Normal file
18
examples/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"monitors": {
|
||||
"DP-1": [
|
||||
{
|
||||
"left": [{"type": "clock"}]
|
||||
},
|
||||
{
|
||||
"position": "top",
|
||||
"left": []
|
||||
}
|
||||
],
|
||||
"DP-2": {
|
||||
"position": "bottom",
|
||||
"height": 30,
|
||||
"left": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user