Fix dotfiles structure
This commit is contained in:
22
.config/awesome/awesome-wm-widgets/net-speed-widget/README.md
Executable file
22
.config/awesome/awesome-wm-widgets/net-speed-widget/README.md
Executable file
@@ -0,0 +1,22 @@
|
||||
# Net Speed Widget
|
||||
|
||||
The widget and readme is in progress
|
||||
|
||||
## Installation
|
||||
|
||||
Please refer to the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.
|
||||
|
||||
Clone repo, include widget and use it in **rc.lua**:
|
||||
|
||||
```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(),
|
||||
...
|
||||
}
|
||||
...
|
||||
```
|
||||
Reference in New Issue
Block a user