Luca CPZ
Luca CPZ
The idea is to have a `lain-test.lua`, which requires `lain-test-{util, widget, layout}.lua`, each of which requires all elements of the respective submodule with all possible options set. Tests could be...
It would be better to have a single widget, named `bar`, which can be feed with volume data from either ALSA or PulseAudio.
As title says, is there a way to break from `while` and `for` in Jason? Also, it is reported [here](https://github.com/jason-lang/jason/blob/master/release-notes.adoc#version-112) that these feature are experimental. As of version 2.2, it...
I would like that, when clicking on menu icons (top right), the links would open in new tabs, instead of the current one. How can I do?
The following widgets use `_now` global variables: ```shell $ git grep "_now" | cut -d: -f1 | uniq alsa.lua alsabar.lua bat.lua contrib/moc.lua contrib/tp_smapi.lua cpu.lua fs.lua imap.lua mem.lua mpd.lua net.lua pulse.lua...
Hi Pierre, thanks for this project. I am trying to figure out how can I implement two variants of Max-Sum I am interested in: [Max-Sum_ADVP](http://www.bgu.ac.il/~zivanr/files/Maxsum_ADVP.pdf) and [ICG-Max-Sum](https://www.aaai.org/ocs/index.php/AAAI/AAAI14/paper/download/8251/8599). Max-Sum_ADVP defines an...