Waybar/resources
Jeremy Attali dd596a5c6c fix(systemd): restart when service fails
The current service doesn't play too nice with Sway when it is started
from [sway service](https://github.com/xdbob/sway-services).

Waybar is started before the system has a display.

```
Nov 30 22:11:23 ansan waybar[1352]: Unable to init server: Could not
connect: Connection refused
Nov 30 22:11:23 ansan waybar[1352]: cannot open display:
Nov 30 22:11:23 ansan systemd[1306]: waybar.service: Main process
exited, code=exited, status=1/FAILURE
Nov 30 22:11:23 ansan systemd[1306]: waybar.service: Failed with result
'exit-code'.
```

Restarting the service after the system has been initialized works nicely,
so this restart rule should do the trick without tinkering with the
target.
2020-11-30 23:24:30 -05:00
..
custom_modules Fix typos 2020-02-03 10:40:26 +01:00
config feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
style.css Merge branch 'master' into sway-language-module 2020-10-12 13:31:39 +03:00
waybar.service.in fix(systemd): restart when service fails 2020-11-30 23:24:30 -05:00