-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwallstop.sh
More file actions
executable file
·14 lines (12 loc) · 1.08 KB
/
wallstop.sh
File metadata and controls
executable file
·14 lines (12 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
killall -9 wallchanger.sh
# For gnome
gsettings set org.gnome.desktop.background picture-uri "asdfasdf.jpg"
# For xfce
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s "/usr/share/xfce4/backdrops/linuxmint.png"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVBOX0/workspace0/last-image -s "/usr/share/xfce4/backdrops/linuxmint.png"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorLVDS-0/workspace0/last-image -s "/usr/share/xfce4/backdrops/linuxmint.png"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorDP-3/workspace0/last-image -s "/usr/share/xfce4/backdrops/linuxmint.png"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorDP-0/workspace0/last-image -s "/usr/share/xfce4/backdrops/linuxmint.png"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitoreDP1/workspace0/last-image -s "/usr/share/xfce4/backdrops/linuxmint.png"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s "/usr/share/xfce4/backdrops/linuxmint.png"
#gconftool-2 -s /desktop/gnome/background/picture_filename -t string asdfasdf.jpg