dotfiles/.config/systemd/user/quickshell.service

14 lines
309 B
SYSTEMD
Raw Normal View History

2026-03-09 00:07:31 -04:00
[Unit]
Description=Quickshell mainbar
After=graphical-session.target
[Service]
Type=exec
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" ""
ExecStart=quickshell -p %h/.config/quickshell/shell.qml
Restart=on-failure
Slice=app-graphical.slice
[Install]
WantedBy=graphical-session.target