adi1090x / dynamic-wallpaper

A simple bash script to set wallpapers according to current time, using cron job scheduler.
GNU General Public License v3.0
1.88k stars 115 forks source link

Dwall trying to use pywal without option in command #46

Closed saenglert closed 3 years ago

saenglert commented 3 years ago

Hello everyone,

When executing dwall -s forest the script returns [!] pywal is not installed on your system, exiting... despite the command not using the -p option.

╺┳┓╻ ╻┏┓╻┏━┓┏┳┓╻┏━╸   ╻ ╻┏━┓╻  ╻  ┏━┓┏━┓┏━┓┏━╸┏━┓
 ┃┃┗┳┛┃┗┫┣━┫┃┃┃┃┃     ┃╻┃┣━┫┃  ┃  ┣━┛┣━┫┣━┛┣╸ ┣┳┛
╺┻┛ ╹ ╹ ╹╹ ╹╹ ╹╹┗━╸   ┗┻┛╹ ╹┗━╸┗━╸╹  ╹ ╹╹  ┗━╸╹┗╸

Dwall V2.0   : Set wallpapers according to current time.
Developed By : Aditya Shakya (@adi1090x)

Usage : dwall [-h] [-p] [-s style]

Options:
   -h   Show this help message
   -p   Use pywal to set wallpaper
   -s   Name of the style to apply

Available styles:  aurora  [...]

Examples: 
dwall -s beach        Set wallpaper from 'beach' style
dwall -p -s sahara    Set wallpaper from 'sahara' style using pywal

sascha@thinkpad:~/git/dynamic-wallpaper$ dwall -s forest
[*] Using style : forest
[!] pywal is not installed on your system, exiting...
sascha@thinkpad:~/git/dynamic-wallpaper$ 

Did anyone run into this issue before?

Cheers

Info

OS: Ubuntu 20.04 SHELL: bash DE: Gnome

Lanhild commented 3 years ago

I do have the same issue, look at the issue I just opened

saenglert commented 3 years ago

I think we have different issues: I don't want to use pywal but dwall insists on using it (despite it being optional). You want to use pywal but dwall can't find it.

adi1090x commented 3 years ago

Fixed, Try again...

saenglert commented 3 years ago

Fixed indeed! Thank you!