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/statusline | |
| parent | 907660d5d80fa03b3bedc455a0bb38ef83cfd60f (diff) | |
s6: river and stuff
Diffstat (limited to '.config/s6-rc/statusline')
| -rwxr-xr-x | .config/s6-rc/statusline/finish | 3 | ||||
| -rw-r--r-- | .config/s6-rc/statusline/producer-for | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/statusline/run | 2 | ||||
| -rw-r--r-- | .config/s6-rc/statusline/type | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/.config/s6-rc/statusline/finish b/.config/s6-rc/statusline/finish new file mode 100755 index 0000000..b22f9dc --- /dev/null +++ b/.config/s6-rc/statusline/finish @@ -0,0 +1,3 @@ +#!/command/execlineb -P +s6-permafailon 60 10 1-255 +exit diff --git a/.config/s6-rc/statusline/producer-for b/.config/s6-rc/statusline/producer-for new file mode 100644 index 0000000..a73c0ba --- /dev/null +++ b/.config/s6-rc/statusline/producer-for @@ -0,0 +1 @@ +sandbar diff --git a/.config/s6-rc/statusline/run b/.config/s6-rc/statusline/run new file mode 100755 index 0000000..35012fe --- /dev/null +++ b/.config/s6-rc/statusline/run @@ -0,0 +1,2 @@ +#!/command/execlineb -P +statusline diff --git a/.config/s6-rc/statusline/type b/.config/s6-rc/statusline/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/statusline/type @@ -0,0 +1 @@ +longrun |
