azot/config.sample.json
Denis Zheleztsov 539fa46b22 README
2015-07-22 15:04:59 +03:00

23 lines
358 B
JSON

{
'actions': [
{
'corner': 'top',
'position': 'middle',
'type': 'notify',
'command': 'df -h'
},
{
'corner': 'left',
'position': 'top',
'type': 'notify',
'command': 'ls /'
},
{
'corner': 'bottom',
'position': 'right',
'type': 'exec',
'command': 'scrot'
}
]
}