diff --git a/doc/argos.md b/doc/argos.md index 828e204788191b22c5e58108694c99c16e0b24bc..2420ff7986701f8e591f22bab394dc8379a60efa 100644 --- a/doc/argos.md +++ b/doc/argos.md @@ -1,17 +1,17 @@ -## Integrate it on a dropdown menu to the panel +## Install as a drop-down for GNOMEÂ Shell with Argos Under GNOMEÂ Shell, with [Argos](https://github.com/p-e-w/argos) extension: - [Install Argos](https://github.com/p-e-w/argos#installation) -- Put inside `~/.config/argos/silkaj.30s.sh`: +- Inside `~/.config/argos/silkaj.30s.sh` put: ```bash #!/usr/bin/env bash /path/to/silkaj/silkaj argos ``` -Add execution premission: +Add execution permission: ```bash chmod u+x ~/.config/argos/silkaj.30s.sh ``` -Argos should the script and reload it every 30 seconds. +Argos will run the script every 30 seconds.