mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
Add note about daemons that need internet access
This commit is contained in:
parent
65361a229b
commit
0c156c605f
1 changed files with 6 additions and 0 deletions
|
|
@ -12,5 +12,11 @@ require("evil.brightness")
|
|||
-- require("evil.spotify")
|
||||
|
||||
-- Internet access required
|
||||
-- Note: These daemons use a temp file to store the retrieved
|
||||
-- values in order to check its modification time and decide if it is time to update or not.
|
||||
-- If you want to change their parameters (e.g.
|
||||
-- coronavirus_country), make sure to delete files
|
||||
-- `/tmp/awesomewm-evil-weather` and
|
||||
-- `/tmp/awesomewm-evil-coronavirus` before restarting AwesomeWM.
|
||||
require("evil.coronavirus")
|
||||
require("evil.weather")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue