From ce5361fe47c0bed44d119e55e03d1b2ab14501ef Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 18:13:51 +0100 Subject: s6: update --- .local/share/s6/footserver/run | 2 +- .local/share/s6/oguri/run | 1 + .local/share/s6/pipewire/run | 2 +- .local/share/s6/wlsunset/run | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.local/share/s6/footserver/run b/.local/share/s6/footserver/run index ff44973..1e61041 100755 --- a/.local/share/s6/footserver/run +++ b/.local/share/s6/footserver/run @@ -1,2 +1,2 @@ #!/bin/sh -exec foot -s 2>&1 +exec nice --adjustment=2 foot -s 2>&1 diff --git a/.local/share/s6/oguri/run b/.local/share/s6/oguri/run index 0d5493b..28c68de 100755 --- a/.local/share/s6/oguri/run +++ b/.local/share/s6/oguri/run @@ -1,2 +1,3 @@ #!/bin/sh +(sleep 1 && oguri-cycle) & exec oguri 2>&1 diff --git a/.local/share/s6/pipewire/run b/.local/share/s6/pipewire/run index 2aaa13a..2ca516a 100755 --- a/.local/share/s6/pipewire/run +++ b/.local/share/s6/pipewire/run @@ -1,2 +1,2 @@ #!/bin/sh -exec gentoo-pipewire-launcher 2>&1 +exec /usr/bin/gentoo-pipewire-launcher 2>&1 diff --git a/.local/share/s6/wlsunset/run b/.local/share/s6/wlsunset/run index 095b4da..a6d65b0 100755 --- a/.local/share/s6/wlsunset/run +++ b/.local/share/s6/wlsunset/run @@ -1,2 +1,3 @@ #!/bin/sh +set -x exec wlsunset -l $HOME_LAT -L $HOME_LON -H $HOME/bin/darkmode 2>&1 -- cgit 1.4.1