diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-14 14:47:59 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-14 14:47:59 -0500 |
| commit | 2c6ae8a4287ffad33a8c41b08ef47b62494a67dd (patch) | |
| tree | 96d6204a3591db301f618ec1a6a8e157087f311d /.config/s6-rc/quickshell-log | |
| parent | 116f27ebb1340044139779a47b54e6b099bb7caa (diff) | |
Add quickshell config
Diffstat (limited to '.config/s6-rc/quickshell-log')
| -rw-r--r-- | .config/s6-rc/quickshell-log/consumer-for | 1 | ||||
| -rw-r--r-- | .config/s6-rc/quickshell-log/notification-fd | 1 | ||||
| -rw-r--r-- | .config/s6-rc/quickshell-log/pipeline-name | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/quickshell-log/run | 4 | ||||
| -rw-r--r-- | .config/s6-rc/quickshell-log/type | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/.config/s6-rc/quickshell-log/consumer-for b/.config/s6-rc/quickshell-log/consumer-for new file mode 100644 index 0000000..5ca6d9a --- /dev/null +++ b/.config/s6-rc/quickshell-log/consumer-for @@ -0,0 +1 @@ +quickshell diff --git a/.config/s6-rc/quickshell-log/notification-fd b/.config/s6-rc/quickshell-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.config/s6-rc/quickshell-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/.config/s6-rc/quickshell-log/pipeline-name b/.config/s6-rc/quickshell-log/pipeline-name new file mode 100644 index 0000000..16361a5 --- /dev/null +++ b/.config/s6-rc/quickshell-log/pipeline-name @@ -0,0 +1 @@ +quickshell-pipeline diff --git a/.config/s6-rc/quickshell-log/run b/.config/s6-rc/quickshell-log/run new file mode 100755 index 0000000..3e483b2 --- /dev/null +++ b/.config/s6-rc/quickshell-log/run @@ -0,0 +1,4 @@ +#!/bin/execlineb -P +importas -i HOME HOME +exec -c +s6-log -d3 -- t ${HOME}/.local/state/s6/logs/quickshell diff --git a/.config/s6-rc/quickshell-log/type b/.config/s6-rc/quickshell-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/quickshell-log/type @@ -0,0 +1 @@ +longrun |
