Davide Bassi
Davide Bassi
I personally keep some apps with the status bar hidden (SystemUI Tuner), so I sometimes end up not seeing the battery percentage. Although I agree that the launcher should be...
You can use `fs.access` as an async function for the `validate` method. If you need to verify more information you can use `fs.stat`. While this is fairly easy to implement,...
It could be a graphics driver problem. Try updating it.
Hold the CTRL key while right-clicking to open rainmeter skin context menu. Be sure to disable the "cluck through" option by unticking it.
Sure!Use this modified `[ScriptFactoryBars]` in `visualizer.ini`: ``` ; Script Factory - generates the bars for the visualizer [ScriptFactoryBars] Measure=Script ScriptFile=#@#scripts\Factory.lua IncFile=#@#include\MeterBars.inc Number=#BarCount# SectionName=MeterBar%% Option0=Meter Value0=Shape Option1=Group Value1=GroupBars | GroupDynamicColors Option2=X...
I successfully flipped/mirrored on the Y axis the visualizer; just use this modified `[ScriptFactoryBars]` in `visualizer.ini`: ``` ; Script Factory - generates the bars for the visualizer [ScriptFactoryBars] Measure=Script ScriptFile=#@#scripts\Factory.lua...
Just noticed that there's the [experimental branch](https://github.com/marcopixel/Lano-Visualizer/tree/experimental) where there should have been added the ability to rotate it
The settings meter slider for the sensitivity cannot push over 100. The lua scripts shouldn't force a max value by hard coding 100 as max value, in case someone wants...
I made a [pull request](https://github.com/marcopixel/Lano-Visualizer/pull/18) to fix it in the experimental branch.
I believe that the first and third point are quite easy to make. I didn't quite get what you mean by "changing the height".