Skip to content

feat: Presets (pre-built configurations with widgets) #5

@vmarcosp

Description

@vmarcosp

Since the configurations are simply objects exported and read by the CLI, we could offer pre-built configurations with various options for the status bar (left), window management, theming, and more.

import { minimal } from 'better-tmux/presets''

export default minimal

Customizing:

import { minimal } from 'better-tmux/presets'

export default {
  ...minimal, 
  theme: 'nord'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions