diff --git a/dotfiles/config/systemd/user/keepassx.service b/dotfiles/config/systemd/user/keepassx.service index 7713b6b1..f77f945b 100644 --- a/dotfiles/config/systemd/user/keepassx.service +++ b/dotfiles/config/systemd/user/keepassx.service @@ -1,5 +1,6 @@ [Unit] Description=KeePassX +Requires=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/nm-applet.service b/dotfiles/config/systemd/user/nm-applet.service index 851586d2..732809d4 100644 --- a/dotfiles/config/systemd/user/nm-applet.service +++ b/dotfiles/config/systemd/user/nm-applet.service @@ -1,5 +1,6 @@ [Unit] Description=NM Applet +Requires=taffybar.service After=taffybar.service [Service] diff --git a/dotfiles/config/systemd/user/screencloud.service b/dotfiles/config/systemd/user/screencloud.service index 4149c6ee..9ef86b13 100644 --- a/dotfiles/config/systemd/user/screencloud.service +++ b/dotfiles/config/systemd/user/screencloud.service @@ -1,5 +1,6 @@ [Unit] Description=ScreenCloud +Requires=taffybar.service After=taffybar.service [Service]