dotfiles/systemd/eww-daemon.service
Michael Bradley dcc74af714
Start Hyprland using uwsm
Still a few broken bits to get working again (1Password on startup,
hyprsunset control), but the important stuff is functional
2025-03-25 00:32:06 -04:00

12 lines
239 B
Desktop File

[Unit]
Description=Daemon for my custom status bar(s)
After=graphical-session.target
[Service]
Type=exec
ExecStart=eww daemon --no-daemonize
Restart=on-failure
Slice=background-graphical.slice
[Install]
WantedBy=graphical-session.target