From 2b955436d6c6b181798c6b07bb71aa6575601b56 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 12 May 2024 21:52:23 +0200 Subject: [PATCH] weather: OWM key not needed anymore --- dotfiles/systemd/weather.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/systemd/weather.service b/dotfiles/systemd/weather.service index 8a39d2f..63ee4a5 100644 --- a/dotfiles/systemd/weather.service +++ b/dotfiles/systemd/weather.service @@ -3,8 +3,6 @@ Description=Weather updater PartOf=graphical-session.target [Service] -# Get one from https://openweathermap.org/, it's free -Environment=OWM_API_KEY=81687c78e0376836871a6cb9fc347249 ExecStart=/usr/bin/mkdir -p %t/i3 ExecStart=%h/.config/i3/bin/weather Type=oneshot