diff --git a/config/awesome/evil/init.lua b/config/awesome/evil/init.lua index 498f3fe..4c8db73 100644 --- a/config/awesome/evil/init.lua +++ b/config/awesome/evil/init.lua @@ -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") diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index b40c820..10ccf6b 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -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", } -- ===================================================================