Page 1 of 2 12 LastLast
Results 1 to 6 of 8

Thread: Alienware DarkStar Blue Rainmeter Skin

  1. #1
    Adrian is offline
    VC Member
    Join Date
    Feb 2015
    Location
    Austria
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sex:

    Alienware DarkStar Blue Rainmeter Skin

    Is it possible to make this only show up when I run AIMP 3?
    I have a Rainmeter Skin which I use permanently, and I don't want that Alienware Skin to be visible all the time, only when I start AIMP 3. How can I do that?

  2. #2
    Agelyk is offline
    Manchester United ♥




    Join Date
    Nov 2013
    Location
    PerĂº
    Posts
    821
    Mentioned
    0 Post(s)
    Tagged
    62 Thread(s)


    Sex:
    you help if you put one screenshot or the file to edit

  3. #3
    Adrian is offline
    VC Member
    Join Date
    Feb 2015
    Location
    Austria
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sex:
    Sorry, I think it wasn't clear enough. I'm talking about two Rainmeter Skins - one permanent and the Alienware Skin which I only want to be visible when running AIMP 3, so that this is the AIMP Skin. The question is, is there a way to activate a Rainmeter Skin by starting a specific program?
    Thanks in advance

  4. #4
    Agelyk is offline
    Manchester United ♥




    Join Date
    Nov 2013
    Location
    PerĂº
    Posts
    821
    Mentioned
    0 Post(s)
    Tagged
    62 Thread(s)


    Sex:

    The answer to your question is yes, here I leave an example and everything needed

    you need one skin to monitor.


    you need to use the Process plugin to see wether the application is running.
    https://docs.rainmeter.net/manual/plugins/process

    then you need an IfAction to execute a command if it is running.
    https://docs.rainmeter.net/manual/measur ... /ifactions

    in your case this command should be !ActivateConfig.
    https://docs.rainmeter.net/manual/bangs#ActivateConfig

    for example in the monitoring skin:

    [MeasureAppIsRunning]
    Measure=Plugin
    Plugin=Process.dll
    ProcessName="winamp.exe"
    IfBelowValue=1
    DynamicVariables=1
    IfBelowAction=[!DeactivateConfig SecondSkin]
    IfAboveValue=0
    IfAboveAction=[!ActivateConfig SecondSkin]




  5. #5
    Adrian is offline
    VC Member
    Join Date
    Feb 2015
    Location
    Austria
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sex:
    OK, here is what I got so far

    [MeasureProcess]
    Measure=Plugin
    Plugin=Process
    ProcessName=AIMP3.exe
    Substitute="-1":"not running","1":"running"

    [MeasureAppIsRunning]
    Measure=Plugin
    Plugin=Process.dll
    ProcessName="AIMP3.exe"
    IfBelowValue=1
    DynamicVariables=1
    IfBelowAction=[!DeactivateConfig "Alienware DarkStar Blue" "Alienware DarkStar Blue.ini"]
    IfAboveValue=0
    IfAboveAction=[!ActivateConfig "Alienware DarkStar Blue" "Alienware DarkStar Blue.ini"]

    When I start AIMP the Skin doesn't activate, but when I close AIMP the Skin is hidden as expected. What am I doing wrong?
    I have to say I never did a Rainmeter Skin by myself or did much in editing.

  6. #6
    Adrian is offline
    VC Member
    Join Date
    Feb 2015
    Location
    Austria
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sex:
    Finaly I got it working, I had to edit the main Skin (of course) and not the Alienware Skin.
    Thanks a lot angel960!!!


 
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Skin for Rainmeter
    By Levi Vladimir in forum Other Designs
    Replies: 1
    Last Post: November 17th, 2016, 05:14 PM
  2. Skin for Rainmeter-TD Launch
    By Levi Vladimir in forum Rainmeter Skins
    Replies: 4
    Last Post: October 15th, 2016, 08:37 AM
  3. up comming rainmeter theme (spawn guitars rainmeter skin.......)
    By deviantdon in forum General Discussion
    Replies: 4
    Last Post: September 28th, 2016, 05:40 PM
  4. Rainmeter skin
    By archmage94 in forum General Windows 7 Customization
    Replies: 0
    Last Post: August 14th, 2015, 01:37 AM
  5. HUD Rainmeter Skin
    By Masterpiece1984 in forum Rainmeter Skins
    Replies: 23
    Last Post: June 6th, 2014, 08:03 AM

Posting Permissions

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