From 7a63def56f57d50292efd5c48ba2c64c23a87138 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 10 Aug 2021 13:26:46 +0200 Subject: [PATCH] polybar-weather: add a text to tell not to steal my API key Otherwise, I'll encrypt it with my SSH key. --- dotfiles/systemd/polybar-weather.service | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/systemd/polybar-weather.service b/dotfiles/systemd/polybar-weather.service index d711d8c..a795002 100644 --- a/dotfiles/systemd/polybar-weather.service +++ b/dotfiles/systemd/polybar-weather.service @@ -4,6 +4,7 @@ PartOf=graphical-session.target After=polybar.service [Service] +# Get one from https://openweathermap.org/, it's free Environment=OWM_API_KEY=81687c78e0376836871a6cb9fc347249 ExecStart=/usr/bin/mkdir -p %h/.cache/i3 ExecStart=%h/.config/i3/bin/polybar-weather