forked from gergely/org-clock-waybar
17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
|
// Copy this file to $HOME/.config/waybar/config and remove this line to see it in action
|
||
|
[
|
||
|
{
|
||
|
"layer": "bottom",
|
||
|
"position": "top",
|
||
|
"modules-left": ["custom/org"],
|
||
|
"modules-center": ["clock"],
|
||
|
"modules-right": [],
|
||
|
"custom/org": {
|
||
|
"format": " {}",
|
||
|
"return-type": "json",
|
||
|
"restart-interval": 5,
|
||
|
"exec": "cat /home/yourusername/.cache/waybar-current-task.json"
|
||
|
}
|
||
|
}
|
||
|
]
|