diff options
| author | Robert Günzler <r@gnzler.io> | 2021-08-31 12:32:52 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-08-31 12:41:21 +0200 |
| commit | bdebc9e86ad77316e1d2703cdc2f5d194d51742a (patch) | |
| tree | 25f9bcec1924bb668e2f2077d229904fbe2a56cb /.local/share/s6/wlsunset | |
| parent | 384babec22004b8a2cdd5cf6c6d4aafa05594813 (diff) | |
use s6 to manage user services
Diffstat (limited to '.local/share/s6/wlsunset')
| -rwxr-xr-x | .local/share/s6/wlsunset/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/s6/wlsunset/run b/.local/share/s6/wlsunset/run new file mode 100755 index 0000000..9d325aa --- /dev/null +++ b/.local/share/s6/wlsunset/run @@ -0,0 +1,4 @@ +#!/bin/execlineb -P +foreground { + wlsunset -l $HOME_LAT -L $HOME_LON -H $HOME/bin/darkmode +} |