aboutsummaryrefslogtreecommitdiffstats
path: root/bin/manga_dmenu.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/manga_dmenu.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/manga_dmenu.sh b/bin/manga_dmenu.sh
new file mode 100755
index 0000000..436968b
--- /dev/null
+++ b/bin/manga_dmenu.sh
@@ -0,0 +1,5 @@
+#!/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
+