summary refs log tree commit diff
path: root/.local/share/s6
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/s6')
-rwxr-xr-x.local/share/s6/footserver/log/run3
-rwxr-xr-x.local/share/s6/footserver/run2
-rwxr-xr-x.local/share/s6/kanshi/log/run3
-rwxr-xr-x.local/share/s6/kanshi/run2
-rwxr-xr-x.local/share/s6/mako/log/run3
-rwxr-xr-x.local/share/s6/mako/run2
-rwxr-xr-x.local/share/s6/oguri/log/run3
-rwxr-xr-x.local/share/s6/oguri/run3
-rwxr-xr-x.local/share/s6/pipewire/log/run3
-rwxr-xr-x.local/share/s6/pipewire/run2
-rwxr-xr-x.local/share/s6/swayidle/log/run3
-rwxr-xr-x.local/share/s6/swayidle/run7
-rwxr-xr-x.local/share/s6/waybar/log/run3
-rwxr-xr-x.local/share/s6/waybar/run2
-rwxr-xr-x.local/share/s6/wlsunset/log/run3
-rwxr-xr-x.local/share/s6/wlsunset/run3
16 files changed, 0 insertions, 47 deletions
diff --git a/.local/share/s6/footserver/log/run b/.local/share/s6/footserver/log/run
deleted file mode 100755
index bfbe9d7..0000000
--- a/.local/share/s6/footserver/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/footserver }
-/bin/s6-log -b s1 T /var/log/s6/footserver
diff --git a/.local/share/s6/footserver/run b/.local/share/s6/footserver/run
deleted file mode 100755
index 1e61041..0000000
--- a/.local/share/s6/footserver/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec nice --adjustment=2 foot -s 2>&1
diff --git a/.local/share/s6/kanshi/log/run b/.local/share/s6/kanshi/log/run
deleted file mode 100755
index 2213d7b..0000000
--- a/.local/share/s6/kanshi/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/kanshi }
-/bin/s6-log -b s1 T /var/log/s6/kanshi
diff --git a/.local/share/s6/kanshi/run b/.local/share/s6/kanshi/run
deleted file mode 100755
index 4c2b85f..0000000
--- a/.local/share/s6/kanshi/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/execlineb -P
-kanshi
diff --git a/.local/share/s6/mako/log/run b/.local/share/s6/mako/log/run
deleted file mode 100755
index a36b2b4..0000000
--- a/.local/share/s6/mako/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/mako }
-/bin/s6-log -b s1 T /var/log/s6/mako
diff --git a/.local/share/s6/mako/run b/.local/share/s6/mako/run
deleted file mode 100755
index 22177d3..0000000
--- a/.local/share/s6/mako/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/bin/mako 2>&1
diff --git a/.local/share/s6/oguri/log/run b/.local/share/s6/oguri/log/run
deleted file mode 100755
index 97be5a9..0000000
--- a/.local/share/s6/oguri/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/oguri }
-/bin/s6-log -b s1 T /var/log/s6/oguri
diff --git a/.local/share/s6/oguri/run b/.local/share/s6/oguri/run
deleted file mode 100755
index 28c68de..0000000
--- a/.local/share/s6/oguri/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-(sleep 1 && oguri-cycle) &
-exec oguri 2>&1
diff --git a/.local/share/s6/pipewire/log/run b/.local/share/s6/pipewire/log/run
deleted file mode 100755
index fd06779..0000000
--- a/.local/share/s6/pipewire/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/pipewire }
-/bin/s6-log -b s1 T /var/log/s6/pipewire
diff --git a/.local/share/s6/pipewire/run b/.local/share/s6/pipewire/run
deleted file mode 100755
index 2ca516a..0000000
--- a/.local/share/s6/pipewire/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/bin/gentoo-pipewire-launcher 2>&1
diff --git a/.local/share/s6/swayidle/log/run b/.local/share/s6/swayidle/log/run
deleted file mode 100755
index 3b21bc0..0000000
--- a/.local/share/s6/swayidle/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/swayidle }
-/bin/s6-log -b s1 T /var/log/s6/swayidle
diff --git a/.local/share/s6/swayidle/run b/.local/share/s6/swayidle/run
deleted file mode 100755
index 6a8a6a2..0000000
--- a/.local/share/s6/swayidle/run
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-exec swayidle -w -S seat0 \
-  timeout 540 'lock' \
-  timeout 800 'swaymsg output \* dpms off' \
-      resume 'swaymsg output \* dpms on' \
-  before-sleep 'lock' \
-  lock 'lock' 2>&1
diff --git a/.local/share/s6/waybar/log/run b/.local/share/s6/waybar/log/run
deleted file mode 100755
index c022752..0000000
--- a/.local/share/s6/waybar/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/waybar }
-/bin/s6-log -b s1 T /var/log/s6/waybar
diff --git a/.local/share/s6/waybar/run b/.local/share/s6/waybar/run
deleted file mode 100755
index e91eba1..0000000
--- a/.local/share/s6/waybar/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec waybar 2>&1
diff --git a/.local/share/s6/wlsunset/log/run b/.local/share/s6/wlsunset/log/run
deleted file mode 100755
index bf6bd01..0000000
--- a/.local/share/s6/wlsunset/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/execlineb -P
-foreground { mkdir -p /var/log/s6/wlsunset }
-/bin/s6-log -b s1 T /var/log/s6/wlsunset
diff --git a/.local/share/s6/wlsunset/run b/.local/share/s6/wlsunset/run
deleted file mode 100755
index a6d65b0..0000000
--- a/.local/share/s6/wlsunset/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -x
-exec wlsunset -l $HOME_LAT -L $HOME_LON -H $HOME/bin/darkmode 2>&1