Skip to content

change the wallpaper choose app preview style #338

Answered by midn8hustlr
gitttyyy asked this question in Q&A
Discussion options

You must be logged in to vote

Yes you are absolutely right. You just need to replace the following line in switchwall.sh

imgpath=$(yad --width 1200 --height 800 --file --title='Choose wallpaper')

with

imgpath=$(nsxiv -r ~/walls -t --alpha-layer -o -b)

Replace the ~/walls directory with the directory where your put you wallpapers in.
On hitting the switchwall keybind, just select the wallpaper and apply using Shift+Q.
Make sure you have nsxiv installed.

sudo pacman -Syu nsxiv

The background of nsxiv is white by default. To change it to dark (or pitch black like me), create a file ~/.Xresources and put the following lines in it.

Xcursor.theme: Bibata-Modern-Classic
*background: #000000
*foreground: #ffffff

Execute on s…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@gitttyyy
Comment options

Answer selected by gitttyyy
Comment options

You must be logged in to vote
2 replies
@end-4
Comment options

@midn8hustlr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants