diff --git a/.config/rofi/cmd.csv b/.config/rofi/cmd.csv deleted file mode 100644 index 63cde87..0000000 --- a/.config/rofi/cmd.csv +++ /dev/null @@ -1,8 +0,0 @@ -Reddit wallpaper,$HOME/.local/share/scripts/set-reddit-bg.sh -Random wallpaper,$HOME/.local/share/scripts/random-bg.sh -Select wallpaper,$HOME/.local/share/scripts/select-bg.sh -Install Package,alacritty --class "floatme" -e "$XDG_DATA_HOME/scripts/pacman-install.sh" -Take screenshot,$XDG_DATA_HOME/scripts/take-selected-screenshot.sh -Share screenshot,$XDG_DATA_HOME/scripts/share-screenshot.sh -Upload last Steam screenshot,$XDG_DATA_HOME/scripts/upload-last-steam-screenshot.sh -Emoji,rofimoji --clipboarder xclip --typer xdotool diff --git a/.config/rofi/rofi-quick-action.sh b/.config/rofi/rofi-quick-action.sh deleted file mode 100755 index 0dcf2d4..0000000 --- a/.config/rofi/rofi-quick-action.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env sh - -set -e - -WORKINGDIR="$HOME/.config/rofi/" -MAP="$WORKINGDIR/cmd.csv" - -cat "$MAP" \ - | cut -d ',' -f 1 \ - | rofi -dmenu -i -p "Quick " \ - | head -n 1 \ - | xargs -i --no-run-if-empty grep "{}" "$MAP" \ - | cut -d ',' -f 2 \ - | head -n 1 \ - | xargs -i --no-run-if-empty /bin/bash -c "{}" - -exit 0 - diff --git a/.local/share/scripts/animated-wallpaper-mpv.sh b/.local/share/scripts/animated-wallpaper-mpv.sh deleted file mode 100755 index 0c5bfe8..0000000 --- a/.local/share/scripts/animated-wallpaper-mpv.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env sh -mpv --no-input-terminal --loop-file=inf "$2" --wid="$1" --panscan=1.0 diff --git a/.local/share/scripts/animated-wallpaper.sh b/.local/share/scripts/animated-wallpaper.sh deleted file mode 100755 index 8e303ee..0000000 --- a/.local/share/scripts/animated-wallpaper.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh - -SCRIPT=$(readlink -f "$0") -SCRIPTPATH=$(dirname "$SCRIPT") -xwinwrap -fs -ov -ni -b -nf -- "$SCRIPTPATH/animated-wallpaper-mpv.sh" WID "$1" - diff --git a/.local/share/scripts/copy-to-clipboard.sh b/.local/share/scripts/copy-to-clipboard.sh deleted file mode 100755 index acf7054..0000000 --- a/.local/share/scripts/copy-to-clipboard.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env sh -set -e - -if test -t 0; then - >&2 echo "Provide a file" - exit 1 -fi - -xclip -i -selection "clipboard" < /dev/stdin - -notify-send -u low "${1:-Copied}" - diff --git a/.local/share/scripts/del-pic.sh b/.local/share/scripts/del-pic.sh deleted file mode 100755 index 32f310f..0000000 --- a/.local/share/scripts/del-pic.sh +++ /dev/null @@ -1,18 +0,0 @@ -#/usr/bin/env sh -set -e - -DIR=${1:-$("pwd")} -SELECT=$(sxiv -N "floatme" -t -o "$DIR") - -[[ -z "$SELECT" ]] && exit 0 - -COUNT=$(echo "$SELECT" | wc -l) - -read -p "Remove these $COUNT item(s)? " -n 1 -r -if [[ $REPLY =~ ^[Yy]$ ]] -then - while read -r line; do - rm $line - done <<< "$SELECT" -fi - diff --git a/.local/share/scripts/set-color.sh b/.local/share/scripts/set-color.sh deleted file mode 100755 index 2790b5a..0000000 --- a/.local/share/scripts/set-color.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh -wal -i $(readlink $XDG_CACHE_HOME/last-bg) -n -