diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-10 11:00:17 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-10 11:00:17 +0100 |
commit | fed2e42488194bfc45a55f687dd97b28a998a3f3 (patch) | |
tree | 8d1ffe023bb7228c43c35da6db45a72243c94739 /.local/share/mode/lib/functions.sh | |
parent | f99aa9d2c9baa0ce6ca01f47bf69e4c3901b54a8 (diff) |
more refactoring
Diffstat (limited to '.local/share/mode/lib/functions.sh')
-rw-r--r-- | .local/share/mode/lib/functions.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/share/mode/lib/functions.sh b/.local/share/mode/lib/functions.sh deleted file mode 100644 index c7212e4..0000000 --- a/.local/share/mode/lib/functions.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -hex_to_rgb_array() { pastel format rgb "$1" | cut -c4- | tr '()' '[]' ; } -mix_rgb() { pastel mix --colorspace=RGB --fraction="$3" "$1" "$2" | pastel format hex ; } - |