diff options
author | streetturtle <streetturtle@gmail.com> | 2020-04-28 20:45:29 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-04-28 20:45:29 -0400 |
commit | 7688de1642a89b7b21ee48b0cc2ca8734334d7a6 (patch) | |
tree | f3d36340be500e8fc820a0e38f565ea9afdb88de | |
parent | 99501f066d26fd003edce07f839c8dccfa724a73 (diff) |
remove unused comment
-rw-r--r-- | cpu-widget/cpu-widget.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-widget/cpu-widget.lua b/cpu-widget/cpu-widget.lua index e0dea4d..64c3b93 100644 --- a/cpu-widget/cpu-widget.lua +++ b/cpu-widget/cpu-widget.lua @@ -57,7 +57,6 @@ local function worker(args) local is_update = true local process_rows = { - -- spacing = 8, layout = wibox.layout.fixed.vertical, } |