Remove unused scripts
This commit is contained in:
parent
00872dfed2
commit
d983206785
2 changed files with 0 additions and 22 deletions
|
|
@ -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}
|
||||
13
timewmenu
13
timewmenu
|
|
@ -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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue