From 41ccab3196c0051d7ce68e1e77ca97acf20db52d Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Wed, 6 Jul 2016 10:35:13 +0200 Subject: [PATCH] bat: forgot to remove debug line; #209 --- widgets/bat.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/bat.lua b/widgets/bat.lua index 2da5e2d..91e826e 100644 --- a/widgets/bat.lua +++ b/widgets/bat.lua @@ -75,7 +75,6 @@ local function worker(args) local sum_energy_full = 0 local sum_energy_percentage = 0 local pspath = "/sys/class/power_supply/" - pspath = "/home/luke/Download/" for i, battery in ipairs(batteries) do local bstr = pspath .. battery -- 2.39.2