summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hlwm/capture-todo6
-rwxr-xr-xbin/hlwm/show-todo5
-rwxr-xr-xbin/update_aur_cnt4
-rwxr-xr-xbin/update_pac_cnt4
4 files changed, 0 insertions, 19 deletions
diff --git a/bin/hlwm/capture-todo b/bin/hlwm/capture-todo
deleted file mode 100755
index 75c24a4..0000000
--- a/bin/hlwm/capture-todo
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-herbstclient rule pseudotile=on once
-emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \
- --execute "(progn (org-capture) (delete-other-windows)
- (add-hook 'org-capture-after-finalize-hook 'kill-emacs))"
diff --git a/bin/hlwm/show-todo b/bin/hlwm/show-todo
deleted file mode 100755
index 991d3bd..0000000
--- a/bin/hlwm/show-todo
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-grep --color=never "* \(TODO\|IN PROGRESS\|WAITING\)" org/notes.org \
- | sed 's/\*/ /g' \
- | xmessage -file - -default okay
diff --git a/bin/update_aur_cnt b/bin/update_aur_cnt
deleted file mode 100755
index f083c6b..0000000
--- a/bin/update_aur_cnt
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-/usr/bin/cower -uq 2>/dev/null \
- | wc -l 2>/dev/null > ~/.local/share/aur.cnt
diff --git a/bin/update_pac_cnt b/bin/update_pac_cnt
deleted file mode 100755
index 320e8a9..0000000
--- a/bin/update_pac_cnt
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-/usr/bin/pacman -Qu 2>/dev/null \
- | wc -l 2>/dev/null > ~/.local/share/updates.cnt