mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
fix: hardcoded interpreter paths
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l src (dirname (realpath (status filename)))
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
argparse -n 'caelestia-pip' -X 0 \
|
||||
'h/help' \
|
||||
|
||||
+1
-1
@@ -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,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
from colorsys import hls_to_rgb, rgb_to_hls
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l src (dirname (status filename))
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l src (dirname (status filename))
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
# Usage:
|
||||
# caelestia scheme <scheme> <flavour> [mode]
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user