Disable coronavirus daemon

This commit is contained in:
elenapan 2024-07-17 11:11:37 +03:00
parent 03b6c79e49
commit ef486f4e39
2 changed files with 1 additions and 6 deletions

View file

@ -17,5 +17,5 @@ require("evil.brightness")
-- to check its modification time and decide if it is time to update or not.
-- No need to worry that you will be updating too often when restarting AwesomeWM :)
-- This is useful because some APIs have a limit on the number of calls per hour.
require("evil.coronavirus")
-- require("evil.coronavirus")
require("evil.weather")

View file

@ -128,11 +128,6 @@ user = {
openweathermap_city_id = "yyyyyy",
-- > Use "metric" for Celcius, "imperial" for Fahrenheit
weather_units = "metric",
-- >> Coronavirus <<
-- Country to check for corona statistics
-- Uses the https://corona-stats.online API
coronavirus_country = "germany",
}
-- ===================================================================