Waybar/resources
Hugo Osvaldo Barrera 710f933fa6 Don't start if graphical-session is not running
Currently waybar _can_ try to start even if there's no graphical session (and
no sway) running. Adding `Requisite=` prevents this. From `systemd.unit(5)`:

    Requisite=
       Similar to Requires=. However, if the units listed here are not
       started already, they will not be started and the starting of
       this unit will fail immediately.  Requisite= does not imply an
       ordering dependency, even if both units are started in the same
       transaction. Hence this setting should usually be combined with
       After=, to ensure this unit is not started before the other
       unit.

       When Requisite=b.service is used on a.service, this dependency
       will show as RequisiteOf=a.service in property listing of
       b.service.  RequisiteOf= dependency cannot be specified directly.
2021-07-31 16:56:55 +02:00
..
custom_modules Fix typos 2020-02-03 10:40:26 +01:00
config Prefer keyboard-state over keyboard_state 2021-07-23 09:45:07 -04:00
style.css Merge branch 'master' into keyboard_state 2021-07-23 15:59:08 +02:00
waybar.service.in Don't start if graphical-session is not running 2021-07-31 16:56:55 +02:00