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

Set custom background dynamically by copying image to /usr/share/backgrounds using a script #39

Open
Chaitanyabsprip opened this issue Feb 8, 2021 · 0 comments

Comments

@Chaitanyabsprip
Copy link

ln -sf $(find /home/chaitanya/Pictures/ -type f \( -name "*.png" -or -name "*.jpg" -or -name "*.jpeg" \) | shuf -n1) "/home/chaitanya/.wallpaper"
# sudo cp $(readlink $HOME/.wallpaper) /usr/share/backgrounds/mirage.png
nitrogen --set-scaled $HOME/.wallpaper

I am using the above script to change the wallpaper of my wm.
I would like to dynamically change the greeter background by copying the symlinked image to /usr/share/background
currently doing this results in a gray background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant