blob: 24c7eba5a640505542167dbe992389a3f3ac7ae3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/sbin/openrc-run
description="Highly customizable Waybar bar for Sway and Wlroots base compositors"
command="waybar"
command_args=""
supervisor=supervise-daemon
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"
#export SWAYSOCK="$(sway --get-socketpath)"
# Fix to get SWAYSOCK
export SWAYSOCK="$(ls $XDG_RUNTIME_DIR/sway-ipc.* | head -n 1)"
|