diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-08 23:16:52 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-08 23:16:52 +0100 |
| commit | 6f418d08f2338cb319741728616bcfab2b7d0c49 (patch) | |
| tree | d06838706982414a69783edb262f3e25ea644615 | |
| parent | 0087aeb61ffabec7c4edf4c4d34b2a55ccca9742 (diff) | |
| parent | 50fe048f1068044389d36380346b9b2c821b54da (diff) | |
| download | packages-6f418d08f2338cb319741728616bcfab2b7d0c49.tar.gz packages-6f418d08f2338cb319741728616bcfab2b7d0c49.zip | |
Merge pull request #185 from rgv151/patch-5
add AnyBar client
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c919819..49c127c 100644 --- a/packages.json +++ b/packages.json @@ -1650,5 +1650,14 @@ "description": "Red/Black Trees", "license": "MIT", "web": "https://github.com/Nycto/RBTreeNim" + }, + { + "name": "anybar", + "url": "https://github.com/rgv151/anybar.nim", + "method": "git", + "tags": ["anybar", "menubar", "status", "indicator"], + "description": "Control AnyBar instances with Nim", + "license": "MIT", + "web": "https://github.com/rgv151/anybar.nim" } ] |
