diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 02:45:30 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 02:45:30 -0500 |
commit | d5c10b2ad739d44f9bbf1a988838d305a04e41ef (patch) | |
tree | c1576f67b27393ca84078a0a388052d2909042b6 /README.md | |
parent | 258a8b775fac1dbc96d5e033f4dd04719d5c43f5 (diff) |
Add git to starting step and remove herbe because is not in the ubuntu repositories
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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" |