From 1aefb814ef7ecbbef1d40f916a47efe7b7218af5 Mon Sep 17 00:00:00 2001 From: pmakhov Date: Fri, 15 Dec 2017 09:11:44 -0500 Subject: add header --- cpu-widget/cpu-widget.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'cpu-widget') diff --git a/cpu-widget/cpu-widget.lua b/cpu-widget/cpu-widget.lua index 70bf03d..c738a95 100644 --- a/cpu-widget/cpu-widget.lua +++ b/cpu-widget/cpu-widget.lua @@ -1,3 +1,13 @@ +------------------------------------------------- +-- CPU Widget for Awesome Window Manager +-- Shows the current CPU utilization +-- More details could be found here: +-- https://github.com/streetturtle/awesome-wm-widgets/tree/master/cpu-widget + +-- @author Pavel Makhov +-- @copyright 2017 Pavel Makhov +------------------------------------------------- + local watch = require("awful.widget.watch") local wibox = require("wibox") @@ -11,7 +21,7 @@ local cpugraph_widget = wibox.widget { widget = wibox.widget.graph } --- mirros and push up a bit +-- mirros and pushs up a bit local cpu_widget = wibox.container.margin(wibox.container.mirror(cpugraph_widget, { horizontal = true }), 0, 0, 0, 2) local total_prev = 0 -- cgit v1.2.3