https://github.com/kinduff/argos-plugins
My collection of Argos/Bitbar plugins
https://github.com/kinduff/argos-plugins
argos argos-plugin gnome
Last synced: 5 days ago
JSON representation
My collection of Argos/Bitbar plugins
- Host: GitHub
- URL: https://github.com/kinduff/argos-plugins
- Owner: kinduff
- Created: 2020-09-25T09:01:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T18:47:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T21:43:42.978Z (over 1 year ago)
- Topics: argos, argos-plugin, gnome
- Language: Shell
- Homepage:
- Size: 419 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Argos Plugins
This is my personal collection of [Argos](https://github.com/p-e-w/argos/) plugins ([Bitbar](https://github.com/matryer/bitbar) for OS X, if you're into that).
| Name | Description | Configuration | Screenshot |
|-|-|-|-|
| Wakatime | Displays time spent today from the Wakatime API | If you already have Wakatime installed, this script will fetch your API key from your `$HOME/.wakatime.cfg` config file. |  |
| Services Status | Shows status of a selection of services from statuspage.io | None, the default service selection is Github, npm, RubyGems, and Cloudinary. |  |
| Uptime | Displays uptime formatted | None. |  |
To install, clone this repository and create a relative symbolic link to the script you would like to have. In the case of Argos:
```shell
ln -rs wakatime.5m.sh ~/.config/argos
```
And make sure the script has execute permissions.