aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/start-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'env/.local/bin/system/start-scripts')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh16
-rwxr-xr-xenv/.local/bin/system/start-scripts/lessons-loop.sh2
-rwxr-xr-xenv/.local/bin/system/start-scripts/newsboat-fetch.sh2
3 files changed, 3 insertions, 17 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 77abff4..492bd76 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
cd "$(dirname "$0")"
sleep 0.1
@@ -22,12 +22,6 @@ fi
# # ~/stuff/scripts/system/stbar/stbar.sh &
# fi
-# added openrc services... may go back to this later
-# pipewire & disown
-# if [ -z "$(pgrep wireplumber)" ]; then
-# wireplumber & disown
-# fi
-# pipewire-pulse & disown
sleep 0.5s
if [ "$WAYLAND_DISPLAY" ] && [ -z "$(pgrep -f waybar)" ]; then
@@ -48,14 +42,6 @@ if [ -z "$(pgrep wezterm)" ]; then
wezterm -e ~/.local/bin/system/task.sh &
fi
-# openrc or something is being weird. tmp fix until this gets patched or whatever
-mkdir touch /run/user/1000/openrc
-touch /run/user/1000/openrc/softlevel
-rc-service --user pipewire start
-rc-service --user wireplumber start
-rc-service --user pipewire-pulse start
-
-
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
if [ -z "$(pgrep vesktop)" ]; then
vesktop %U & disown
diff --git a/env/.local/bin/system/start-scripts/lessons-loop.sh b/env/.local/bin/system/start-scripts/lessons-loop.sh
index bbff617..4304219 100755
--- a/env/.local/bin/system/start-scripts/lessons-loop.sh
+++ b/env/.local/bin/system/start-scripts/lessons-loop.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
newsboat_loop(){
notify-send -t 6000 -i '/home/iceyrazor/stuff/media/saved gifs/duolingo-crop-s.jpg' "Anki" "did you do your japanese lessons today?"
sleep 1h
diff --git a/env/.local/bin/system/start-scripts/newsboat-fetch.sh b/env/.local/bin/system/start-scripts/newsboat-fetch.sh
index 175ad13..06b08d9 100755
--- a/env/.local/bin/system/start-scripts/newsboat-fetch.sh
+++ b/env/.local/bin/system/start-scripts/newsboat-fetch.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
newsboat_loop(){
NO_PROXY=\".com,.org,.xyz,.chat,.social,.net,.co,.love\" newsboat -x reload
#newsboat -x print-unread | xargs -0 notify-send "newsboat feed"