diff options
Diffstat (limited to 'config/systemd/user')
-rw-r--r-- | config/systemd/user/waybar.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/systemd/user/waybar.service b/config/systemd/user/waybar.service new file mode 100644 index 0000000..110ab83 --- /dev/null +++ b/config/systemd/user/waybar.service @@ -0,0 +1,8 @@ +[Unit] +Description=Waybar + +[Service] +ExecStart="/run/current-system/sw/bin/waybar" + +[Install] +WantedBy="graphical-session.target" |