From 467198df456011ee758ab2acd11964922bc7a18a Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 22 Apr 2016 14:07:33 +0100 Subject: Delete recolor script --- bin/bin/recolor | 8 -------- bin/bin/run | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100755 bin/bin/recolor (limited to 'bin') diff --git a/bin/bin/recolor b/bin/bin/recolor deleted file mode 100755 index edd5fa5..0000000 --- a/bin/bin/recolor +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -tr -d ' \t' | sed -n ' -s/.*background:/\x1b]11;/p -s/.*foreground:/\x1b]10;/p -s/.*borderColor:/\x1b]708;/p -s/.*color\([0-9][^:]*\):/\x1b]4;\1;/p -' | tr \\n \\a diff --git a/bin/bin/run b/bin/bin/run index 8ca03eb..b5ff85d 100755 --- a/bin/bin/run +++ b/bin/bin/run @@ -2,4 +2,4 @@ SCRIPTS_DIR="$HOME/bin" && cd $SCRIPTS_DIR SCRIPTS=$(ls -A $SCRIPTS_DIR) TARGET=$(echo "${SCRIPTS//"$SCRIPTS_DIR/"/}" | dmenu -i -p "Run script:") -[[ -n $TARGET ]] && "$SCRIPTS_DIR/$TARGET" +[[ -n $TARGET ]] && "$TARGET" -- cgit v1.2.3