dots


commit
68cb8e1
parent
91bc2e2
author
xxwhirlpool
date
2026-03-10 09:48:14 -0400 EDT
replace shebangs with env
15 files changed,  +15, -15
M config/.local/bin/aesimg
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 #
5 # usage: aesimg image_file_name
6 
M config/.local/bin/batnotif
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 battery=$(upower -i $(upower -e | grep 'BAT') | awk '/percentage/ {print $NF}' | sed 's/%//g')
6 batteryint=$((battery))
M config/.local/bin/cbtools
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 cbr2cbz() {
6 	for f in *.cbr; do unar -d "$f" || break; done
M config/.local/bin/dict
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 #
5 # https://github.com/aryuuu/dmenu-dict/blob/main/dmenu-dict
6 #
M config/.local/bin/extlan
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 kr() {
6 	fnpick=$(gum file)
M config/.local/bin/frtn
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 frtn=$(fortune ~/.local/fortune/reminders)
6 
M config/.local/bin/mini_timer
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 notif() {
6 	notify-send "$time timer done!"
M config/.local/bin/mvpn
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 #
5 # launch any program split-tunneled from mullvad VPN
6 
M config/.local/bin/nowplaying
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 # inspired by https://codeberg.org/hyperreal/bin/src/branch/main/amimullvad
5 #
6 # requires curl & charmbracelet/gum
M config/.local/bin/pomodoro
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 #
5 # adapted from bashbunni's zshrc example:
6 #
M config/.local/bin/recordscreen
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 #
5 # inspired by bread on penguins
6 #
M config/.local/bin/resizeimg
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 WORKDIR=$(pwd)
6 
M config/.local/bin/temp
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 f_to_c() {
6 	fah="$(gum input --placeholder 'enter temp in fahrenheit')"
M config/.local/bin/tempmenu
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 f_to_c() {
6 	fah=$(echo "" | dmenu -i -c -l 3 -p 'enter temp in fahrenheit')
M config/.local/bin/webcamimg
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/bash
3+#!/usr/bin/env bash
4 
5 PICPATH="/home/kat/Pictures/Camera/webcam"
6