diff options
Diffstat (limited to 'private_dot_local/bin/executable_waybar-inbox')
| -rw-r--r-- | private_dot_local/bin/executable_waybar-inbox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_waybar-inbox b/private_dot_local/bin/executable_waybar-inbox new file mode 100644 index 0000000..2ac6378 --- /dev/null +++ b/private_dot_local/bin/executable_waybar-inbox | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | COUNT=$(notmuch count tag:inbox) | ||
| 4 | |||
| 5 | printf '{"alt":"%s","tooltip":"%s"}\n' "$alt" "$tooltip" | ||
