diff --git a/lain/.config/systemd/user/polybar-bottom.service b/lain/.config/systemd/user/polybar-bottom.service index 91e0b2c..b163ebf 100644 --- a/lain/.config/systemd/user/polybar-bottom.service +++ b/lain/.config/systemd/user/polybar-bottom.service @@ -6,4 +6,4 @@ Type=simple ExecStart=polybar bottom [Install] -WantedBy=i3@.target +WantedBy=i3@.service diff --git a/lain/.config/systemd/user/polybar-top.service b/lain/.config/systemd/user/polybar-top.service index d1233d6..810b384 100644 --- a/lain/.config/systemd/user/polybar-top.service +++ b/lain/.config/systemd/user/polybar-top.service @@ -6,4 +6,4 @@ Type=simple ExecStart=polybar top [Install] -WantedBy=i3@.target +WantedBy=i3@.service diff --git a/lain/.config/systemd/user/wallpaper.service b/lain/.config/systemd/user/wallpaper.service index 89841cd..cc4c7e4 100644 --- a/lain/.config/systemd/user/wallpaper.service +++ b/lain/.config/systemd/user/wallpaper.service @@ -6,4 +6,4 @@ Type=forking ExecStart=/usr/bin/wal -i "/home/lain/Pictures/wallpapers" -a "85" [Install] -WantedBy=i3@.target +WantedBy=i3@.service