azot/config.sample.json

25 lines
405 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'
}
],
'check_delay': 0.3,
'after_exec_delay': 1
}