updated paths.
This commit is contained in:
parent
21da9aae0c
commit
e5ced659ed
@ -12,7 +12,7 @@ get_category () {
|
|||||||
|
|
||||||
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" = "60" ] && current_mode="normal mode"
|
||||||
[ "$current_temp" = "65" ] && current_mode="light gaming"
|
[ "$current_temp" = "65" ] && current_mode="light gaming"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
source $HOME/.config/dmenu/config
|
source $HOME/.config/dmenu/config
|
||||||
|
|
||||||
dir="$HOME/Pictures/screenshots"
|
dir="$HOME/pics/screenshots"
|
||||||
[ ! -d "$dir" ] && mkdir $dir -p
|
[ ! -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
|
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 () {
|
move () {
|
||||||
declare -a paths=(
|
declare -a paths=(
|
||||||
"$HOME/Videos/anime"
|
"$HOME/vids/anime"
|
||||||
"$HOME/Videos/movies"
|
"$HOME/vids/movies"
|
||||||
"$HOME/Documents/manga"
|
"$HOME/docs/manga"
|
||||||
"$HOME/Documents/lightnovels"
|
"$HOME/docs/lightnovels"
|
||||||
"$HOME/Games/torrents"
|
"$HOME/games/torrents"
|
||||||
)
|
)
|
||||||
|
|
||||||
current=$(transmission-remote -t 1 -i | grep -i location | awk '{print $2}')
|
current=$(transmission-remote -t 1 -i | grep -i location | awk '{print $2}')
|
||||||
|
Loading…
Reference in New Issue
Block a user