From 215c23a40e5e209c06d08ce1611b379614b9d7ab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Sep 2014 18:46:41 -0300 Subject: Updating battery link --- config.dot/awesome.link/battery.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dot/awesome.link/battery.lua b/config.dot/awesome.link/battery.lua index 6461b56..5e3523d 100644 --- a/config.dot/awesome.link/battery.lua +++ b/config.dot/awesome.link/battery.lua @@ -2,7 +2,7 @@ battery_widget = widget({ type = "textbox", name = "battery", align = "right" }) function getBatteryStatus(widget) - local fd= io.popen(homedir .. "/apps/scripts/battery") + local fd= io.popen(homedir .. "/apps/utils-battery/battery") local status = fd:read() fd:close() widget.text = status -- cgit v1.2.3