dotfiles/.config/systemd/user/quickshell.service
2026-03-09 00:07:31 -04:00

14 lines
309 B
Desktop File

[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