From ef486f4e392c802c310e6191b13af6a35c871b27 Mon Sep 17 00:00:00 2001 From: elenapan Date: Wed, 17 Jul 2024 11:11:37 +0300 Subject: [PATCH] Disable coronavirus daemon --- config/awesome/evil/init.lua | 2 +- config/awesome/rc.lua | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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", } -- ===================================================================