Hi! Tell me please, is a script for changing navigation bar color if some path opening?

Hi! Tell me please, is a script for changing navigation bar color if some path opening?

And thanks for cool launcher)

2 Commentsto Hi! Tell me please, is a script for changing navigation bar color if some path opening?

  1. this could be something like (not tested):

    LL.getCurrentDesktop().getProperties().edit().setInteger(‘navigationBarColor’, 0xffff0000).commit();

    LL.getEvent().getItem().launch();

    (replace 0xffff0000 with your color and assign this script to the folder item launch event)

Leave a Reply

Your email address will not be published. Required fields are marked *