diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-28 06:36:32 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-28 06:36:32 -0600 |
| commit | 66953f50fbbd312499d577ef6358fe0e675c54ab (patch) | |
| tree | db17cd89b55e570b0423cdddb9c1e36bc17a2d4b /env/.local/bin/system | |
| parent | bd335ffc2838a9e4b2f43d799391507cd67387ed (diff) | |
Squashed commit of the following:
- removed manual pipewire start from autostart
- shify
- check if run file exist in run.sh
Diffstat (limited to 'env/.local/bin/system')
| -rwxr-xr-x | env/.local/bin/system/kaomoji-picker.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/neoboot.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 16 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/lessons-loop.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/newsboat-fetch.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/url-handler.sh | 2 |
6 files changed, 6 insertions, 20 deletions
diff --git a/env/.local/bin/system/kaomoji-picker.sh b/env/.local/bin/system/kaomoji-picker.sh index 6def151..a59e3c7 100755 --- a/env/.local/bin/system/kaomoji-picker.sh +++ b/env/.local/bin/system/kaomoji-picker.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # set up to work with https://github.com/Aptivi-Analytics/KaomojiList.git diff --git a/env/.local/bin/system/neoboot.sh b/env/.local/bin/system/neoboot.sh index afe9345..4c12be8 100755 --- a/env/.local/bin/system/neoboot.sh +++ b/env/.local/bin/system/neoboot.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh normal_old() { randnum=$(($RANDOM % 2)) 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" diff --git a/env/.local/bin/system/url-handler.sh b/env/.local/bin/system/url-handler.sh index 54f4af4..d7be722 100755 --- a/env/.local/bin/system/url-handler.sh +++ b/env/.local/bin/system/url-handler.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh url=$@ prompt_message="Open with:" |
