Maximilian Bosch dbc414a8a5
yabar: add module
To make the configuration of `yabar` more pleasant and easier to
validate, a NixOS module will be quite helpful.

An example config could look like this:

```
{
  programs.yabar = {
    enable = true;
    bars.top.indicators.exec = "YA_DATE";
  };
}
```

The module adds a user-controlled systemd service which runs `yabar` after
starting up X.
2018-01-04 09:58:21 +01:00
..
2017-09-29 15:18:25 +01:00
2017-08-11 15:48:45 +00:00
2016-09-05 14:53:27 +02:00
2017-01-29 05:45:43 -06:00
2017-01-29 05:45:43 -06:00
2017-09-23 20:34:55 +02:00
2017-08-25 14:08:11 +02:00
2017-07-23 12:56:04 +03:00
2017-11-01 02:54:38 +08:00
2017-09-29 15:01:21 +01:00
2017-12-29 15:05:20 +03:00
2018-01-04 09:58:21 +01:00