aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/waybar/systemd-with-graphical-session-target.service
blob: 7d4c65214e8236a113a19bafc8a989e0b9607aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Install]
WantedBy=graphical-session.target

[Service]
BusName=fr.arouillard.waybar
ExecStart=@waybar@/bin/waybar
Restart=always
RestartSec=1sec
Type=dbus

[Unit]
After=dbus.service
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
Documentation=https://github.com/Alexays/Waybar/wiki
PartOf=graphical-session.target
Requisite=dbus.service