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 diff --git a/cower/Makefile b/cower/Makefile deleted file mode 100644 index 251c672..0000000 --- a/cower/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -files = config -install-files = $(addprefix install-,$(files)) - -.PHONY: all install $(install-files) -all: -install: $(install-files) - -$(install-files): install-%: - install -Dm 444 $* ${XDG_CONFIG_HOME}/cower/$* diff --git a/cower/config b/cower/config deleted file mode 100644 index 6c24291..0000000 --- a/cower/config +++ /dev/null @@ -1,3 +0,0 @@ -Color = always -TargetDir = /home/slash/var/aur/ -IgnoreRepo = pegas