dotfiles/awesome/awesome-wm-widgets/net-speed-widget
ngoomie 3e454a4b0e WM config stuff 2023-04-19 22:08:44 -06:00
..
icons WM config stuff 2023-04-19 22:08:44 -06:00
README.md WM config stuff 2023-04-19 22:08:44 -06:00
net-speed.lua WM config stuff 2023-04-19 22:08:44 -06:00

README.md

Net Speed Widget

The widget and readme is in progress

Installation

Please refer to the installation section of the repo.

Clone repo, include widget and use it in rc.lua:

local net_speed_widget = require("awesome-wm-widgets.net-speed-widget.net-speed")
...
s.mytasklist, -- Middle widget
	{ -- Right widgets
    	layout = wibox.layout.fixed.horizontal,
		...
		net_speed_widget(),
    		...
	}
	...