plugins.aw-watcher.settings.bucket.hostname

The hostname to be presented to the ActivityWatch server. Defaults to the hostname of the computer.

Type: null or string or raw lua code

Default: null

Plugin default:

{
  __raw = "vim.uv.os_gethostname()";
}

Declared by:

plugins.aw-watcher.settings.bucket.name

The name of the bucket in the ActivityWatch server.

Type: null or string or raw lua code

Default: null

Plugin default:

{
  __raw = "'aw-watcher-neovim_' .. bucket.hostname'";
}

Declared by: