Update weather-widget.md

This commit is contained in:
streetturtle 2018-10-16 12:36:33 -04:00 committed by GitHub
parent d284b3d3b4
commit beed751c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Note that widget uses the Arc icon theme, so it should be [installed](https://gi
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
``` ```
1. Require volumearc widget at the beginning of **rc.lua**: 1. Require weather widget at the beginning of **rc.lua**:
```lua ```lua
local weather_widget = require("awesome-wm-widgets.weather-widget.weather") local weather_widget = require("awesome-wm-widgets.weather-widget.weather")