1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Use xwallpaper instead of feh

This commit is contained in:
Ryan Kes 2019-05-30 21:37:29 +02:00
parent e123133dbe
commit b61d0ba670

View File

@ -28,10 +28,10 @@ xcompmgr &
if [ -e ~/.cache/wall1.png ] && [ -e ~/.cache/wall2.png ] if [ -e ~/.cache/wall1.png ] && [ -e ~/.cache/wall2.png ]
then then
feh --bg-scale ~/.cache/wall1.png --bg-scale ~/.cache/wall2.png & xwallpaper --output HDMI-2 --zoom ~/.cache/wall2.png --output DP-1 --zoom ~/.cache/wall1.png &
elif [ -e ~/.cache/wall1.png ] elif [ -e ~/.cache/wall1.png ]
then then
feh --bg-scale ~/.cache/wall1.png & xwallpaper --output eDP1 --zoom ~/.cache/wall1.png &
fi fi
# switch off microphones # switch off microphones