diff options
author | Yigit Sever | 2021-11-01 18:03:09 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-01 18:03:24 +0300 |
commit | 0ee0b219d4f7bd235043d262e41d517f3c5a507e (patch) | |
tree | 41ba6091856025dd4fa7c8d73b0dd73028860a90 /.config/polybar/scripts | |
parent | 5c8368d57cacd1c26df38b88ea7da9a2d3ad24b1 (diff) | |
download | dotfiles-0ee0b219d4f7bd235043d262e41d517f3c5a507e.tar.gz dotfiles-0ee0b219d4f7bd235043d262e41d517f3c5a507e.tar.bz2 dotfiles-0ee0b219d4f7bd235043d262e41d517f3c5a507e.zip |
polybar, lowe: add toread & iss
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" | ||