From 981b43f0d4e8fed802e1b8e3313eb1f46da87735 Mon Sep 17 00:00:00 2001 From: danihek Date: Sun, 8 Dec 2024 10:35:52 +0100 Subject: [PATCH] update typos --- assests/hellwal-completion.bash | 26 -------------------------- assests/script.sh | 30 ------------------------------ 2 files changed, 56 deletions(-) delete mode 100644 assests/hellwal-completion.bash delete mode 100755 assests/script.sh diff --git a/assests/hellwal-completion.bash b/assests/hellwal-completion.bash deleted file mode 100644 index a99a173..0000000 --- a/assests/hellwal-completion.bash +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env bash - -_hellwal_completion() { - local cur prev opts - COMPREPLY=() - cur="${COMP_WORDS[COMP_CWORD]}" - prev="${COMP_WORDS[COMP_CWORD-1]}" - - opts="--image -i --dark -d --light -l --quiet -q --script -s --random -r \ ---template-folder -f --output -o --theme -t --theme-folder -k --help -h" - - case "${prev}" in - --image|-i|--template-folder|-f|--output|-o|--theme|-t|--theme-folder|-k) - # Complete file paths - COMPREPLY=( $(compgen -f -- "${cur}") ) - return 0 - ;; - *) - # Complete options - COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") ) - return 0 - ;; - esac -} - -complete -F _hellwal_completion ./hellwal diff --git a/assests/script.sh b/assests/script.sh deleted file mode 100755 index 9b4bba9..0000000 --- a/assests/script.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env sh - -# Set up wallpaper folder -wallpaper_path=$HOME/pics/wallpapers - -# Run hellwal to generate templates and get color palette -./hellwal --image $wallpaper_path --random -f ./templates/ - -# Optionally you can load theme -#./hellwal -r -k ./themes/ - -# Obtain variables (color values, wallpaper path) -source ~/.cache/hellwal/variables.sh - -# Run wallpaper daemon -swww img $wallpaper \ - --transition-type="grow" \ - --transition-duration 2 \ - --transition-fps 165 \ - --resize="crop" \ - --invert-y - -# Update discord colors -themecord -p ~/.cache/hellwal/discord-colors.css - -# Relaunch waybar to apply colors - #wbar-reload - -# Update firefox css - #pywalfox update