diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-04-04 13:40:19 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-04-04 13:40:19 +0800 |
| commit | 8b5377fd1267f080a0c667e1c0f177aea68db27d (patch) | |
| tree | cb2eeb40be7f7709f66a913715dc71773e7730fb /i3wm/.config/polybar/task_polybar.sh | |
| parent | 7aa1577556c8ff28456a9ae8406402088e201971 (diff) | |
| download | dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.gz dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.bz2 dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.lz dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.xz dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.zst dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.zip | |
i3wm: remove taskwarrior module and some i3 binds
Diffstat (limited to 'i3wm/.config/polybar/task_polybar.sh')
| -rwxr-xr-x | i3wm/.config/polybar/task_polybar.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/i3wm/.config/polybar/task_polybar.sh b/i3wm/.config/polybar/task_polybar.sh deleted file mode 100755 index 555ff1b..0000000 --- a/i3wm/.config/polybar/task_polybar.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -most_urgent_desc=`task rc.verbose: rc.report.next.columns:description rc.report.next.labels:1 limit:1 next` -most_urgent_id=`task rc.verbose: rc.report.next.columns:id rc.report.next.labels:1 limit:1 next` -most_urgent_due=`task rc.verbose: rc.report.next.columns:due.relative rc.report.next.labels:1 limit:1 next` -echo "$most_urgent_id" > /tmp/tw_polybar_id -echo "$most_urgent_desc · $most_urgent_due" |
