summaryrefslogtreecommitdiff
path: root/.config/systemd/user/sheep.service
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@fairlystable.org>2024-11-12 23:02:38 -0800
committerJoe Rayhawk <jrayhawk@fairlystable.org>2024-11-12 23:02:38 -0800
commit6f21a1d52ce4fbdc0cafd76c91b74b0e1b644c2d (patch)
tree4fe60ee5c88c9115cc423937e086e4ccd54f3408 /.config/systemd/user/sheep.service
parent93ac3e64c20df46e46375db7eedbf7157f654967 (diff)
downloadjrayhawk-dotfiles-6f21a1d52ce4fbdc0cafd76c91b74b0e1b644c2d.tar.gz
jrayhawk-dotfiles-6f21a1d52ce4fbdc0cafd76c91b74b0e1b644c2d.zip
Composited electricsheep background services
Diffstat (limited to '.config/systemd/user/sheep.service')
-rw-r--r--.config/systemd/user/sheep.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/sheep.service b/.config/systemd/user/sheep.service
new file mode 100644
index 0000000..2b7ffb1
--- /dev/null
+++ b/.config/systemd/user/sheep.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Electric Sheep
+ConditionEnvironment=DISPLAY
+Requires=picom.service
+
+[Service]
+ExecCondition=sh -c "! echo $WAYLAND_DISPLAY | grep -q ."
+ExecStart=bash -c 'exec src/xwinwrap/xwinwrap -b -s -fs -st -sp -nf -ov -fdt -ovr -- mpv -wid WID --no-osc -loop --stop-screensaver=no -ao null --really-quiet -start=$(( $RANDOM % 100 ))% --input-ipc-server=$XDG_RUNTIME_DIR/mpv-desktop.sock --load-scripts=no /mnt/sheep/4ksheep_264_2pass_crf24_speed1_bv45M.mp4'
+
+