Animated desktops: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
Line 17: Line 17:
https://www.youtube.com/watch?v=n4NWOKjPrjg (46 seconds in)
https://www.youtube.com/watch?v=n4NWOKjPrjg (46 seconds in)


Bash script to automate random picking https://ubuntuforums.org/archive/index.php/t-1378108.html
For Linux Mint first [https://wiki.edgarbv.com/index.php/Mint#Turn_off_background Turn off the background]
 
== Bash scripts to automate random picking ==
randomly choose a screensaver: https://ubuntuforums.org/archive/index.php/t-1949450.html
 
https://ubuntuforums.org/archive/index.php/t-1378108.html


== GUIs ==
== GUIs ==
Line 24: Line 29:


VDesk - Visual Desktop https://www.linux-apps.com/p/1110517
VDesk - Visual Desktop https://www.linux-apps.com/p/1110517
qwinwrap - https://www.linux-apps.com/content/show.php/qwinwrap+Animated+Desktop?content=170183


= Convert dream files =
= Convert dream files =

Revision as of 14:49, 17 January 2018

komorebi

Komorebi Linux https://github.com/iabem97/komorebi

New, some issues. Not multimonitor. Desktop icons dissapear

Processor use:

Memory use:

xwinwrap

Xwinwrap https://github.com/ujjwal96/xwinwrap

Some examples of use: https://shantanugoel.com/2008/09/03/shantz-xwinwrap/

https://www.youtube.com/watch?v=n4NWOKjPrjg (46 seconds in)

For Linux Mint first Turn off the background

Bash scripts to automate random picking

randomly choose a screensaver: https://ubuntuforums.org/archive/index.php/t-1949450.html

https://ubuntuforums.org/archive/index.php/t-1378108.html

GUIs

anibg https://www.gnome-look.org/p/1106945/

VDesk - Visual Desktop https://www.linux-apps.com/p/1110517

qwinwrap - https://www.linux-apps.com/content/show.php/qwinwrap+Animated+Desktop?content=170183

Convert dream files

How to convert your dreamscene .dream files for use in above: https://www.wincustomize.com/article/155903

C:\ProgramData\Stardock\DeskScapes\ExtractedData contains the files you need :)

in cmd run

for /r "C:\ProgramData\Stardock\DeskScapes\ExtractedData" %i in (*.*) do copy "%~fi" "c:\destination\directory\%~nxi" /y

Sort by type, delete everything that isn't a movie. Voila!