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)
Hi! Tell me please, is a script for changing navigation bar color if some path opening?
And thanks for cool launcher)
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)
Ok. Thank you. I`ll try it