summaryrefslogtreecommitdiffstats
path: root/.config/polybar/scripts/habit
diff options
context:
space:
mode:
diffstat (limited to '.config/polybar/scripts/habit')
-rwxr-xr-x.config/polybar/scripts/habit14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/polybar/scripts/habit b/.config/polybar/scripts/habit
new file mode 100755
index 0000000..e6380c6
--- /dev/null
+++ b/.config/polybar/scripts/habit
@@ -0,0 +1,14 @@
1#!/usr/bin/env bash
2
3RES=" "
4
5if [[ $(dijo --list | grep anki) ]]; then
6 RES="${RES}"
7fi
8
9if [[ $(dijo --list | grep walking) ]]; then
10 RES="${RES} "
11fi
12
13echo "${RES}"
14