Results 1 to 1 of 1

Thread: Animated Desktop

  1. #1
    Join Date
    2016-Aug
    Posts
    13

    Animated Desktop

    I have been trying to setup an animated desktop by way of installing and using Mplayer. I want to use the default desktop manager.

    Here is my script (MplayerDesktop.sh):
    Code:
    #!/bin/bash
    DESKTOPID=$(xwininfo -int -name Desktop | head -2 | awk '{print $4}')
    mplayer -wid $DESKTOPID -vo gl -refreshrate 75 -vsync -nograbpointer -nomouseinput -loop 0 -nosound -fs -geometry x [1366x768]X[[+0][+0]] Wall/Reaper/Reaper.wmv lirc=no
    When I run it I seem to get a few desktop glitches. The widget works great. The Desktop icons seem to be drawn over because when I hover over a icon location, the icon flashes in and out while the pointer is still moving over top of it. The default desktop wallpaper also flashes through when I click a mouse button.

    How do I go about replacing the image of the dragon with a looped video in kali properly without installing a different desktop manager.

    Please help me.
    Last edited by Personal; 2016-08-29 at 07:19.

Similar Threads

  1. Replies: 3
    Last Post: 2020-06-03, 07:45
  2. KALI for Desktop use
    By mbzadegan in forum General Archive
    Replies: 5
    Last Post: 2016-06-13, 11:24
  3. Desktop is gone.
    By MichaelV1990 in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2015-12-22, 09:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •