oxhak

ArchLinux video background

Aug 10th, 2015
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1. ####### First at statup I copy my video in the memory
  2. cp /home/oxhak/Vidéos/Jinx.wmv /dev/shm/ &&
  3.  
  4. ####### And execute this script for my dual screens
  5. exec /home/oxhak/Scripts/wallpaper_anime_xwinwrap.sh &
  6.  
  7. ####### The script contain
  8. #!/bin/bash
  9. ####### For the first screen
  10. xwinwrap -ov -g 1920x1080+0+0  -- mplayer -vo vdpau -monitoraspect 16:9 -brightness -5 -vf mirror -wid WID -fps 30 -quiet -nosound -loop 0  /dev/shm/Jinx.wmv &
  11. ####### For the second screen
  12. xwinwrap -ov -g 1366x768+1920+0  -- mplayer -vo vdpau -monitoraspect 16:9 -brightness -5 -aspect 16:9 -wid WID -fps 30 -quiet -nosound -loop 0  /dev/shm/Jinx.wmv &
Advertisement
Add Comment
Please, Sign In to add comment