feat(hakase-wallpaper-switch): changed target dir
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
tmp_file=$(mktemp)
|
tmp_file=$(mktemp)
|
||||||
target_dir="$HOME/.config/nixos/assets/Wallpapers"
|
target_dir="$HOME/Pictures/Wallpapers"
|
||||||
if [ ! -d "$target_dir" ]; then
|
if [ ! -d "$target_dir" ]; then
|
||||||
target_dir="$HOME"
|
target_dir="$HOME"
|
||||||
fi
|
fi
|
||||||
@@ -46,4 +46,3 @@
|
|||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user