Poll Wallpaper and Apply if Changed...

Discussion in 'Tasker' started by Bits Underground, Aug 27, 2017.

  1. Bits Underground

    Bits Underground New Member

    Joined:
    Aug 26, 2017
    Messages:
    2
    Likes Received:
    0
    I've either got an idea here, or I suck at searching.
    I'm wondering if Tasker has the ability to query the active wallpaper and it's not xyz.app.domain then set it to xyz.app.domain. I want to have it iterate a different wallpaper based on days of the week or even month. My pseudo code is a little wonky but does my question make sense and can it be done? I'm leaving out a lot of code. I just really want to know if Tasker can get the Active Wallpaper and do some logic then set it to a new wallpaper.
    Here's pseudocode:
    CheckLiveWallpaper()
    if (wallpaper.current != to xyz.app.domain)
    {
    wallpaper.set(listWallpaper.Index += 1)
    DoSomeWorkHere
    }
    So can it be done? Is there an example? Where should I start looking for ideas OR OR OR is there already an app that does this?
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    I don't think there's a way to query the current wallpaper unfortunately...
     
  3. Bits Underground

    Bits Underground New Member

    Joined:
    Aug 26, 2017
    Messages:
    2
    Likes Received:
    0
    Thank you!!! I guess I'll have to build something myself.
     
: settings

Share This Page