Remove unused scripts

This commit is contained in:
Olli 2026-03-15 15:23:05 +01:00
commit d983206785
2 changed files with 0 additions and 22 deletions

View file

@ -1,9 +0,0 @@
#!/bin/sh
if [ $# -ge 2 ]; then
CMD="nvim $2 -c \"$1\""
else
CMD="nvim $1"
fi
exec alacritty -t Evolution -e ${CMD}

View file

@ -1,13 +0,0 @@
#!/bin/sh
set -e
shopt -s nullglob globstar
# Present menu to select tag
tag=$(timew tags | tail +4 | cut -d " " -f 1 | bemenu $@)
tag=$(echo "${tag%-*}" | xargs echo -n)
# Start timetracking
output=$(timew start "$tag")
# Send notification
notify-send -t 5000 "timew" "${output}"