]> git.madduck.net Git - etc/awesome.git/commitdiff

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:

follow lain renames
authormartin f. krafft <madduck@madduck.net>
Thu, 6 Apr 2017 09:11:34 +0000 (11:11 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 6 Apr 2017 09:11:34 +0000 (11:11 +0200)
.config/awesome/rc.lua

index 45263d4a1d1ece0436e297511034427803008f47..5fa82cb1254acf340fcce2d261df76c742db0e56 100644 (file)
@@ -124,7 +124,7 @@ local function print_table(tbl, indent)
     end
 end
 
-local lain_bat = lain.widgets.bat({
+local lain_bat = lain.widget.bat({
     batteries = {"BAT0", "BAT1"},
     settings = function()
         local delim = "↓"
@@ -142,7 +142,7 @@ local function poloniex_price(output, pair, prec)
     return (not err and val) or "n/a"
 end
 
-local eth_widget = lain.widgets.abase({
+local eth_widget = lain.widget.watch({
     cmd = "curl -m5 -s 'https://poloniex.com/public?command=returnTicker'",
     timeout = 600,
     settings = function()
@@ -158,7 +158,7 @@ local function coindesk_price(output, base, prec)
     return (not err and val) or "n/a"
 end
 
-local btc_widget = lain.widgets.abase({
+local btc_widget = lain.widget.watch({
     cmd = "curl -m5 -Ls 'https://api.coindesk.com/v1/bpi/currentprice/EUR.json'",
     timeout = 600,
     settings = function()