Still a few broken bits to get working again (1Password on startup, hyprsunset control), but the important stuff is functional
12 lines
239 B
Desktop File
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
|