Add documentation

This commit is contained in:
2021-03-11 05:58:49 +01:00
parent 1120762348
commit 4c0b28032e
3 changed files with 715 additions and 0 deletions

16
examples/waybar-config Normal file
View File

@@ -0,0 +1,16 @@
// 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"
}
}
]