removed lsp-zero and reconfigured lsp. setup cmp more throughly. added snippets. made packer file a bit more organized.
This commit is contained in:
10
env/.local/bin/scripts/setwll
vendored
10
env/.local/bin/scripts/setwll
vendored
@@ -2,13 +2,16 @@
|
||||
# may be moved to theme setter
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
listwalls=0
|
||||
unload=0
|
||||
secondary=""
|
||||
primary=""
|
||||
all=""
|
||||
|
||||
while getopts "up:s:a:" opt; do
|
||||
while getopts "lup:s:a:" opt; do
|
||||
case "$opt" in
|
||||
l) listwalls=1
|
||||
;;
|
||||
u) unload=1
|
||||
;;
|
||||
p) primary="$OPTARG"
|
||||
@@ -23,6 +26,11 @@ done
|
||||
shift $((OPTIND-1))
|
||||
[ "${1:-}" = "--" ] && shift
|
||||
|
||||
if [ $listwalls == 1 ]; then
|
||||
ls ./wallpaper_scripts
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$all" ]; then
|
||||
primary="$all"
|
||||
secondary="$all"
|
||||
|
||||
Reference in New Issue
Block a user