18 lines
467 B
JSON
18 lines
467 B
JSON
{
|
|
"modules-right": [
|
|
"custom/break-timer"
|
|
],
|
|
"custom/break-timer": {
|
|
"exec": "break-status",
|
|
"return-type": "json",
|
|
"interval": 1,
|
|
"format": "🕐 {}",
|
|
"tooltip": true,
|
|
"menu": "on-click",
|
|
"menu-file": "$XDG_RUNTIME_DIR/break-timer/menu.xml",
|
|
"menu-actions": {
|
|
"skip-long": "break-event skip_long",
|
|
"toggle-pause": "break-event toggle-pause"
|
|
}
|
|
}
|
|
} |