summaryrefslogtreecommitdiffstats
path: root/quart.i3blocks
diff options
context:
space:
mode:
Diffstat (limited to 'quart.i3blocks')
-rwxr-xr-xquart.i3blocks15
1 files changed, 0 insertions, 15 deletions
diff --git a/quart.i3blocks b/quart.i3blocks
deleted file mode 100755
index bf0e1a1..0000000
--- a/quart.i3blocks
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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>"