aboutsummaryrefslogtreecommitdiff
path: root/config/systemd/user/waybar.service
blob: 110ab8302841aa7f29dacc4d5861087bd9ff6682 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Waybar

[Service]
ExecStart="/run/current-system/sw/bin/waybar"

[Install]
WantedBy="graphical-session.target"