fix: hardcoded interpreter paths

This commit is contained in:
Piotr Bartoszewicz
2025-06-08 10:04:59 +02:00
parent 0f93aa3a45
commit 4892446e57
30 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l chosen_item (cliphist list | fuzzel --dmenu --prompt='del > ' --placeholder='Delete from clipboard')
test -n "$chosen_item" && echo "$chosen_item" | cliphist delete
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l chosen_item (cliphist list | fuzzel --dmenu --placeholder='Type to search clipboard')
test -n "$chosen_item" && echo "$chosen_item" | cliphist decode | wl-copy
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l chosen_item (cat (dirname (status filename))/data/emojis.txt | fuzzel --dmenu --placeholder='Type to search emojis')
test -n "$chosen_item" && echo "$chosen_item" | cut -d ' ' -f 1 | tr -d '\n' | wl-copy
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l src (dirname (realpath (status filename)))
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
argparse -n 'caelestia-pip' -X 0 \
'h/help' \
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
function get-audio-source
pactl list short sources | grep '\.monitor.*RUNNING' | cut -f 2 | head -1
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
import sys
from colorsys import hls_to_rgb, rgb_to_hls
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l src (dirname (status filename))
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l src (dirname (status filename))
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
# Usage:
# caelestia scheme <scheme> <flavour> [mode]
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python
import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
. (dirname (status filename))/util.fish
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
if ! hyprctl workspaces -j | jq -e 'first(.[] | select(.name == "special:special"))'
set activews (hyprctl activewindow -j | jq -r '.workspace.name')
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
function get-valid-wallpapers
identify -ping -format '%i\n' $wallpapers_dir/** 2> /dev/null
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')