Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swww options not working #71

Closed
medanimohamedakram opened this issue May 8, 2024 · 2 comments
Closed

Swww options not working #71

medanimohamedakram opened this issue May 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@medanimohamedakram
Copy link
Contributor

medanimohamedakram commented May 8, 2024

As the title says
I couldn't figure where the issue was to get swww_options to be applied

here is the config file

[config]
set_wallpaper = true
wallpaper_tool = 'Swww'
swww_options = ['--transition-type', 'wipe']

[templates.material_colors] # Main file
input_path = '~/.config/matugen/templates/_material_template.scss'
output_path = '~/.cache/ags/user/generated/material_colors.scss'

[templates.primary_color] # Color source
input_path = '~/.config/matugen/templates/_color.txt'
output_path = '~/.cache/ags/user/color.txt'

[templates.hyprlock] # Hyprlock
input_path = '~/.config/matugen/templates/hypr/hyprlock.conf'
output_path = '~/.cache/ags/user/generated/hypr/hyprlock.conf'

[templates.hyprland_color] # Hyprland
input_path = '~/.config/matugen/templates/hypr/hyprland/colors.conf'
output_path = '~/.cache/ags/user/generated/hypr/hyprland/colors.conf'
@InioX InioX added the bug Something isn't working label May 8, 2024
medanimohamedakram added a commit to medanimohamedakram/matugen that referenced this issue May 8, 2024
@medanimohamedakram
Copy link
Contributor Author

I found that the arguments passed to the set function in the main file feh_options and swww_options where not in the right order
I switched them and the swww_options worked as intended

@InioX
Copy link
Owner

InioX commented May 8, 2024

Oops, silly mistake...

InioX added a commit that referenced this issue May 8, 2024
@InioX InioX closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants