]> git.madduck.net Git - etc/awesome.git/blobdiff - net.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Updated Home (markdown)
[etc/awesome.git] / net.md
diff --git a/net.md b/net.md
index c3a635cb4bb9feb6761ee6371cf30666b1d2a175..b02c239f268fac0f551c3b3b0d2de24f3810ad79 100644 (file)
--- a/net.md
+++ b/net.md
@@ -1,3 +1,5 @@
+[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
+
 Monitors network interfaces and shows current traffic in a textbox. 
 
     mynet = lain.widgets.net()
@@ -22,5 +24,5 @@ Possible value for `units` are stored in table `lain.widgets.net.units`, which c
 
          ["b"] = 1,
          ["kb"] = 1024,
-   ["mb"] = 1024^2,
-   ["gb"] = 1024^3
\ No newline at end of file
+         ["mb"] = 1024^2,
+         ["gb"] = 1024^3
\ No newline at end of file