diff options
Diffstat (limited to '.config/polybar/scripts')
-rwxr-xr-x | .config/polybar/scripts/toread | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/polybar/scripts/toread b/.config/polybar/scripts/toread new file mode 100755 index 0000000..a8efc41 --- /dev/null +++ b/.config/polybar/scripts/toread | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | lines=$(buku --nostdin --stag 'toread' -f 10 | wc -l) | ||
4 | |||
5 | # echo "${count} foo" | ||
6 | echo " $lines" | ||