updated paths.

This commit is contained in:
Crony Akatsuki 2022-09-02 08:53:36 +02:00
parent 21da9aae0c
commit e5ced659ed
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ get_category () {
get_category
current_temp=$(sudo $HOME/Bin/chad/get-tctl-limit)
current_temp=$(sudo $HOME/bin/chad/get-tctl-limit)
[ "$current_temp" = "60" ] && current_mode="normal mode"
[ "$current_temp" = "65" ] && current_mode="light gaming"

View File

@ -5,7 +5,7 @@
source $HOME/.config/dmenu/config
dir="$HOME/Pictures/screenshots"
dir="$HOME/pics/screenshots"
[ ! -d "$dir" ] && mkdir $dir -p
case "$(printf "a selected area\\ncurrent window\\nfull screen\\na selected area (copy)\\ncurrent window (copy)\\nfull screen (copy)" | $DMENU -l 6 -p "Screenshot which area?")" in

View File

@ -6,11 +6,11 @@ id=$(transmission-remote -l | dmenu -l 10 | awk '{print $1}'| sed 's/*//')
move () {
declare -a paths=(
"$HOME/Videos/anime"
"$HOME/Videos/movies"
"$HOME/Documents/manga"
"$HOME/Documents/lightnovels"
"$HOME/Games/torrents"
"$HOME/vids/anime"
"$HOME/vids/movies"
"$HOME/docs/manga"
"$HOME/docs/lightnovels"
"$HOME/games/torrents"
)
current=$(transmission-remote -t 1 -i | grep -i location | awk '{print $2}')