aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy ☭ <rgv151@users.noreply.github.com>2015-06-09 01:32:20 +0700
committerHuy ☭ <rgv151@users.noreply.github.com>2015-06-09 01:32:20 +0700
commit50fe048f1068044389d36380346b9b2c821b54da (patch)
treed06838706982414a69783edb262f3e25ea644615
parent0087aeb61ffabec7c4edf4c4d34b2a55ccca9742 (diff)
downloadpackages-50fe048f1068044389d36380346b9b2c821b54da.tar.gz
packages-50fe048f1068044389d36380346b9b2c821b54da.zip
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"
}
]