From ea2f6bbaea6e8b785aeb5028587c21103a5b727a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Oct 2012 09:13:06 +0200 Subject: Delete old files --- bin/hlwm/capture-todo | 6 ------ bin/hlwm/show-todo | 5 ----- bin/update_aur_cnt | 4 ---- bin/update_pac_cnt | 4 ---- 4 files changed, 19 deletions(-) delete mode 100755 bin/hlwm/capture-todo delete mode 100755 bin/hlwm/show-todo delete mode 100755 bin/update_aur_cnt delete mode 100755 bin/update_pac_cnt (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf