summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/quart.i3blocks15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/quart.i3blocks b/utils/quart.i3blocks
new file mode 100755
index 0000000..bf0e1a1
--- /dev/null
+++ b/utils/quart.i3blocks
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+case $BLOCK_BUTTON in
+ 1) notify-send "Current:" "$(qc - -c)"
+ ;;
+ 2) notify-send "Next:" "$(qc - -n)"
+ ;;
+ 3) notify-send "Remaining:" "$(qc - -r)"
+ ;;
+esac
+
+REM=$(qc - -r | wc -l)
+
+echo "<span color='#755a87'>Q:</span>\
+<span color='#6b8e23'>$REM ($(qc - -c | awk -F '[[:space:]][[:space:]]' '{print $3}'))</span>"