Add note about daemons that need internet access

This commit is contained in:
elenapan 2020-04-01 14:24:39 +03:00
parent 65361a229b
commit 0c156c605f

View file

@ -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")