azot/config.sample.json

25 lines
405 B
JSON
Raw Permalink Normal View History

2015-07-22 11:42:47 +03:00
{
'actions': [
{
'corner': 'top',
2015-07-22 14:25:31 +03:00
'position': 'middle',
2015-07-22 11:42:47 +03:00
'type': 'notify',
'command': 'df -h'
},
{
'corner': 'left',
2015-07-22 15:04:59 +03:00
'position': 'top',
'type': 'notify',
'command': 'ls /'
},
{
'corner': 'bottom',
'position': 'right',
2015-07-22 11:42:47 +03:00
'type': 'exec',
'command': 'scrot'
}
],
'check_delay': 0.3,
'after_exec_delay': 1
2015-07-22 11:42:47 +03:00
}