diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-19 07:08:45 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-19 07:08:45 +0000 |
commit | 034c00886af9ded731c2689f0bcc42f1381127c9 (patch) | |
tree | 2adbca62e94a67e540bc86ba0b9970c830166d61 /bin/manga_dmenu.sh | |
parent | update (diff) | |
download | scripts-034c00886af9ded731c2689f0bcc42f1381127c9.tar.gz scripts-034c00886af9ded731c2689f0bcc42f1381127c9.zip |
mostly pretty git logs
Diffstat (limited to 'bin/manga_dmenu.sh')
-rwxr-xr-x | bin/manga_dmenu.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/manga_dmenu.sh b/bin/manga_dmenu.sh deleted file mode 100755 index 436968b..0000000 --- a/bin/manga_dmenu.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env zsh -# until kaminokumo --manga; do done | dmenu -nhb "dark slate gray" -nhf white -shb "forest green" -shf white -l 12 -p "Manga List:" > /dev/null -source ~/scripts/zshrc_stripped.sh -until kaminokumo --manga; do done | dmenu -p "Manga List:" > /dev/null - |