diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-10-15 13:22:36 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-10-15 13:22:36 -0400 |
| commit | 8309b395bf3ebd7073644058363cc19450a33e42 (patch) | |
| tree | e7447f03548d963f375d579a0c624148ffe9c321 /.config/s6-rc/eww-log | |
| parent | 907660d5d80fa03b3bedc455a0bb38ef83cfd60f (diff) | |
s6: river and stuff
Diffstat (limited to '.config/s6-rc/eww-log')
| -rw-r--r-- | .config/s6-rc/eww-log/consumer-for | 1 | ||||
| -rw-r--r-- | .config/s6-rc/eww-log/notification-fd | 1 | ||||
| -rw-r--r-- | .config/s6-rc/eww-log/pipeline-name | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/eww-log/run | 4 | ||||
| -rw-r--r-- | .config/s6-rc/eww-log/type | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/.config/s6-rc/eww-log/consumer-for b/.config/s6-rc/eww-log/consumer-for new file mode 100644 index 0000000..3817e7a --- /dev/null +++ b/.config/s6-rc/eww-log/consumer-for @@ -0,0 +1 @@ +eww diff --git a/.config/s6-rc/eww-log/notification-fd b/.config/s6-rc/eww-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.config/s6-rc/eww-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/.config/s6-rc/eww-log/pipeline-name b/.config/s6-rc/eww-log/pipeline-name new file mode 100644 index 0000000..f2d8804 --- /dev/null +++ b/.config/s6-rc/eww-log/pipeline-name @@ -0,0 +1 @@ +eww-pipeline diff --git a/.config/s6-rc/eww-log/run b/.config/s6-rc/eww-log/run new file mode 100755 index 0000000..64b7783 --- /dev/null +++ b/.config/s6-rc/eww-log/run @@ -0,0 +1,4 @@ +#!/bin/execlineb -P +importas -i HOME HOME +exec -c +s6-log -d3 -- t ${HOME}/.local/state/s6/logs/eww diff --git a/.config/s6-rc/eww-log/type b/.config/s6-rc/eww-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/eww-log/type @@ -0,0 +1 @@ +longrun |
