From d5c10b2ad739d44f9bbf1a988838d305a04e41ef Mon Sep 17 00:00:00 2001 From: srv Date: Tue, 6 May 2025 02:45:30 -0500 Subject: Add git to starting step and remove herbe because is not in the ubuntu repositories --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c91ecb..b026b9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Requeriments - sudo apt install xsel xclip herbe xdotool dash l3afpad yad + sudo apt install git xsel xclip xdotool dash l3afpad yad Nota echo -n 1 debe comenzar en 1 el archivo $HOME/.contador.automatisiere-lieblingstexte.log @@ -32,13 +32,6 @@ Comando ^1 ^touch "$HOME/.automatisiere-lieblingstexte.pause.switch" && while 0 Termina reproducir. ``` -``` -1 Empieza reproducir: -Comando ^1 ^pgrep herbe > /dev/null && ( pgrep herbe | xargs doas kill ) -Comando ^1 ^herbe 'Automatisiere Lieblingstexte fertig' -1 Termina reproducir. -``` - # Parte que se auto ejecuta ``` @@ -48,8 +41,6 @@ if [ ! -f $mytext ]; then exit 0 fi SLEEP='sleep 0.2' -pgrep herbe > /dev/null && ( pgrep herbe | xargs doas kill ) -sleep 1 && ( pgrep herbe > /dev/null && ( pgrep herbe | xargs doas kill ) ) echo "Empieza a las $(date +'%Y%m%d%H%M%S')" >> $HOME/.automatisiere-lieblingstexte.log label=$(date +'%Y%m%d%H%M%S') archivo="$HOME/automatisiere-lieblingstexte/README.md" -- cgit v1.2.3