From 00efafb021200e7bb14dbf704a6ef659d6e2f172 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 13 Aug 2021 14:27:18 +0200 Subject: [PATCH] systemd: fix dependency on polybar-weather --- dotfiles/systemd/i3-session.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/systemd/i3-session.target b/dotfiles/systemd/i3-session.target index d2724ba..25b596e 100644 --- a/dotfiles/systemd/i3-session.target +++ b/dotfiles/systemd/i3-session.target @@ -3,8 +3,8 @@ Description=i3 session BindsTo=graphical-session.target Wants=wallpaper.service Wants=wallpaper.timer -Wants=weather.service -Wants=weather.timer +Wants=polybar-weather.service +Wants=polybar-weather.timer Wants=polybar.service Wants=i3-companion.service Wants=misc-x.service