services: Add desktop environment programs as user services
Added a runit-managed kanshi, swaybg, waybar, wl-paste and wlsunset service.
This commit is contained in:
parent
e08f88db9c
commit
a3f30cf228
11 changed files with 87 additions and 27 deletions
3
services/sv/waybar/log/run
Executable file
3
services/sv/waybar/log/run
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec vlogger -t waybar -p daemon
|
||||
6
services/sv/waybar/run
Executable file
6
services/sv/waybar/run
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -r ./conf ] && . ./conf
|
||||
|
||||
exec 2>&1
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" waybar
|
||||
Loading…
Add table
Add a link
Reference in a new issue