anrc

Results 7 comments of anrc

This also is a problem with auto-uploaded files, if the option to move uploaded files in a different directory is enabled.

I just read the V3 specification and I gotta say, you have really been thinking. In my opinion, your concept in itself looks very well thought out. I especially like...

I think you should use `#request setgeometry posx posy sizex sizey` for that purpose. For example if your screen was 1920x1080px and you wanted the circle in the lower right...

I think to achieve that you'd need to patch the *1.frag*-file in *~/.config/glava/bars/* In the lower part of the file you'll find this code: ``` if (md < (BAR_WIDTH /...

Have you tried this? `glava -d > /dev/null` // EDIT A much better solution is to change `#request setprintframes false` in `rc.glsl`

Run `glava --copy-config` if not yet done. Edit `~/.config/glava/rc.glsl` Seek for ``` #request setversion X Y #request setshaderversion ABC ``` and try to set it up like ``` #request setversion...

Hey, sorry to bump this. I've just upgraded to version 6.1.4 and now my global scripts cannot access each others interfaces, classes and enums anymore. If there is anything I...