forked from Shinonome/caelestia-cli
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')
|
set -l chosen_item (cliphist list | fuzzel --dmenu --prompt='del > ' --placeholder='Delete from clipboard')
|
||||||
test -n "$chosen_item" && echo "$chosen_item" | cliphist delete
|
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')
|
set -l chosen_item (cliphist list | fuzzel --dmenu --placeholder='Type to search clipboard')
|
||||||
test -n "$chosen_item" && echo "$chosen_item" | cliphist decode | wl-copy
|
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')
|
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
|
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
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.fish
|
. (dirname (status filename))/util.fish
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -l src (dirname (realpath (status filename)))
|
set -l src (dirname (realpath (status filename)))
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
argparse -n 'caelestia-pip' -X 0 \
|
argparse -n 'caelestia-pip' -X 0 \
|
||||||
'h/help' \
|
'h/help' \
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
function get-audio-source
|
function get-audio-source
|
||||||
pactl list short sources | grep '\.monitor.*RUNNING' | cut -f 2 | head -1
|
pactl list short sources | grep '\.monitor.*RUNNING' | cut -f 2 | head -1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from colorsys import hls_to_rgb, rgb_to_hls
|
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))
|
set -l src (dirname (status filename))
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -l src (dirname (status filename))
|
set -l src (dirname (status filename))
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
# Usage:
|
# Usage:
|
||||||
# caelestia scheme <scheme> <flavour> [mode]
|
# caelestia scheme <scheme> <flavour> [mode]
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
. (dirname (status filename))/util.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"))'
|
if ! hyprctl workspaces -j | jq -e 'first(.[] | select(.name == "special:special"))'
|
||||||
set activews (hyprctl activewindow -j | jq -r '.workspace.name')
|
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
|
function get-valid-wallpapers
|
||||||
identify -ping -format '%i\n' $wallpapers_dir/** 2> /dev/null
|
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')
|
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user