updated paths.
This commit is contained in:
parent
21da9aae0c
commit
e5ced659ed
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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}')
|
||||
|
Loading…
Reference in New Issue
Block a user