ActivityWatch / aw-watcher-window-wayland

Window and AFK watcher for some Wayland compositors
Mozilla Public License 2.0
57 stars 14 forks source link

Respect `$XDG_CACHE_HOME` in deskop file #28

Open meliache opened 1 year ago

meliache commented 1 year ago

If $XDG_CACHE_HOME is set, use that, otherwise default to ~/.cache

Because the logdir can now contain whitespace, surround the rhs with double quotes, inside which shell variables are still expanded.

Further use && instead of ; for early failure if one of the statements in the expression fails.