mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Disable coronavirus daemon
This commit is contained in:
parent
03b6c79e49
commit
ef486f4e39
2 changed files with 1 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
}
|
||||
-- ===================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue