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/scripts | |
| 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/scripts')
| -rwxr-xr-x | env/.local/bin/scripts/autoport_mc.sh | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/dmount | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/fzf-thumb | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/gen-thumb-md | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/math | 2 | ||||
| -rwxr-xr-x | env/.local/bin/scripts/output-audio-switcher | 3 |
6 files changed, 6 insertions, 7 deletions
diff --git a/env/.local/bin/scripts/autoport_mc.sh b/env/.local/bin/scripts/autoport_mc.sh index 8ccf0b0..5cad216 100755 --- a/env/.local/bin/scripts/autoport_mc.sh +++ b/env/.local/bin/scripts/autoport_mc.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # this finds the log file from a picked instance using rofi. then fords traffic thorugh 25565 if [ -z "$LOG_FILE" ]; then diff --git a/env/.local/bin/scripts/dmount b/env/.local/bin/scripts/dmount index 6a3415c..d33fa27 100755 --- a/env/.local/bin/scripts/dmount +++ b/env/.local/bin/scripts/dmount @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh sudo="sudo" [ doas ] && sudo="doas" diff --git a/env/.local/bin/scripts/fzf-thumb b/env/.local/bin/scripts/fzf-thumb index 57f4025..7882726 100755 --- a/env/.local/bin/scripts/fzf-thumb +++ b/env/.local/bin/scripts/fzf-thumb @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh FZF_PREVIEW_LINES=50 FZF_PREVIEW_COLUMN=50 diff --git a/env/.local/bin/scripts/gen-thumb-md b/env/.local/bin/scripts/gen-thumb-md index 90b9189..d28378a 100755 --- a/env/.local/bin/scripts/gen-thumb-md +++ b/env/.local/bin/scripts/gen-thumb-md @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" disable_thumb_gen=0 diff --git a/env/.local/bin/scripts/math b/env/.local/bin/scripts/math index 26d4854..9c9b305 100755 --- a/env/.local/bin/scripts/math +++ b/env/.local/bin/scripts/math @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh expression=$1 precision=$2 diff --git a/env/.local/bin/scripts/output-audio-switcher b/env/.local/bin/scripts/output-audio-switcher index 1a7592c..8f836d5 100755 --- a/env/.local/bin/scripts/output-audio-switcher +++ b/env/.local/bin/scripts/output-audio-switcher @@ -1,3 +1,2 @@ -#!/bin/bash - +#!/bin/sh pactl set-default-sink "$(pactl list short sinks | awk '{print $2}' | rofi -dmenu -p "Output:")" && notify-send "Audio switched!" || exit 0 |
