summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-05-12 17:49:56 +0200
committermarcellus <msimon_fr@hotmail.com>2023-05-12 17:49:56 +0200
commit13673af51e280878478940148971717491822ffc (patch)
tree99a880e0c0b4e2d3d3e9ebc0d115dcd835143277
parent7796cbf9687b8355755f3002372e8fe86c06616a (diff)
fix: small patch of dmenutimer
-rwxr-xr-xscripts/dmenutimer2
-rw-r--r--zsh/.zshrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dmenutimer b/scripts/dmenutimer
index 9a28f04..00ccb4e 100755
--- a/scripts/dmenutimer
+++ b/scripts/dmenutimer
@@ -3,4 +3,4 @@
TIME=$(printf '' | dmenu -i -sb '#4E3524' -p 'New timer: ')
-st -c "arttime" -e arttime --nolearn --random all --style 1 -t "Timer" -g $TIME
+st -c "arttime" -o - -e arttime --nolearn --random all --style 1 -t "Timer" -g $TIME 2>/dev/null | grep goal
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6c7e5c9..6f2b0b5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -25,6 +25,7 @@ alias cz="$HOME/.config/zsh"
alias gs="git status"
alias rps="echo help | nc ratakor.com 9998"
alias nv="nvim"
+alias cdmnt="sudo mount -t iso9660 -o ro /dev/sr0 $HOME/cdrom"
autoload -U compinit
zstyle ':completion:*' menu select