aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-08 23:16:52 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-08 23:16:52 +0100
commit6f418d08f2338cb319741728616bcfab2b7d0c49 (patch)
treed06838706982414a69783edb262f3e25ea644615
parent0087aeb61ffabec7c4edf4c4d34b2a55ccca9742 (diff)
parent50fe048f1068044389d36380346b9b2c821b54da (diff)
downloadpackages-6f418d08f2338cb319741728616bcfab2b7d0c49.tar.gz
packages-6f418d08f2338cb319741728616bcfab2b7d0c49.zip
Merge pull request #185 from rgv151/patch-5
add AnyBar client
-rw-r--r--packages.json9
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"
}
]