From 9f65e1754c87766f159845b4fae71da500f0d20b Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:40:18 -0600 Subject: Include waybar service --- dot_config/systemd/user/waybar.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dot_config/systemd/user/waybar.service (limited to 'dot_config/systemd/user/waybar.service') diff --git a/dot_config/systemd/user/waybar.service b/dot_config/systemd/user/waybar.service new file mode 100644 index 0000000..c3cf245 --- /dev/null +++ b/dot_config/systemd/user/waybar.service @@ -0,0 +1,14 @@ +[Unit] +Description=Waybar Panel +PartOf=sway-session.target +After=sway-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/waybar +Restart=on-failure +RestartSec=1 + +[Install] +WantedBy=sway-session.target + -- cgit v1.2.3