diff --git a/base/.local/bin/rofi_run b/base/.local/bin/rofi_run deleted file mode 100755 index 091127ac..00000000 --- a/base/.local/bin/rofi_run +++ /dev/null @@ -1,84 +0,0 @@ -#!/usr/bin/env bash - -NAME="${0##*/}" -VER="0.71" - -usage() -{ - cat </dev/null 2>&1 || { echo "Requires 'libqalculate' installed"; exit 1; } - rofi -modi "calc:qalc +u8 -nocurrencies" -padding 50 -show "calc:qalc +u8 -nocurrencies" -line-padding 4 -hide-scrollbar - ;; - -c|--clipboard) - hash greenclip >/dev/null 2>&1 || { echo "Requires 'greenclip' installed"; exit 1; } - rofi -modi "clipboard:greenclip print" -padding 50 -line-padding 4 -show "clipboard:greenclip print" -hide-scrollbar - ;; - -b|--browser) - hash surfraw >/dev/null 2>&1 || { echo "Requires 'surfraw' installed"; exit 1; } - surfraw -browser="$BROWSER" "$(sr -elvi | awk -F'-' '{print $1}' | sed '/:/d' | awk '{$1=$1};1' | - rofi -hide-scrollbar -kb-row-select 'Tab' -kb-row-tab 'Control+space' -dmenu -mesg 'Tab for Autocomplete' -i -p 'Web Search')" - ;; - -l|--logout) - ANS="$(rofi -sep "|" -dmenu -i -p 'System' -width 20 -hide-scrollbar -line-padding 4 -padding 20 -lines 4 <<< " Lock| Logout| Reboot| Shutdown")" - case "$ANS" in - *Lock) i3lock-fancy ;; - *Reboot) systemctl reboot ;; - *Shutdown) systemctl -i poweroff ;; - *Logout) session-logout >/dev/null 2>&1 || pkill -15 -t tty"$XDG_VTNR" Xorg ;; - esac - ;; - *) - printf "\nOption does not exist: %s\n\n" "$arg" - exit 2 - esac - done -fi - -exit 0 diff --git a/base/.xprofile b/base/.xprofile index be546eda..50dbf1c2 100644 --- a/base/.xprofile +++ b/base/.xprofile @@ -6,7 +6,6 @@ XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME export PATH="$HOME/.local/bin:$PATH" -# [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH" picom -b & nitrogen --restore & diff --git a/base/bin b/base/bin deleted file mode 120000 index aab35185..00000000 --- a/base/bin +++ /dev/null @@ -1 +0,0 @@ -.local/bin \ No newline at end of file