Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vmarcosp opened this issue Jul 7, 2024 · 0 comments
Open

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

vmarcosp opened this issue Jul 7, 2024 · 0 comments

Comments

@vmarcosp
Copy link
Contributor

vmarcosp commented Jul 7, 2024

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'
}
@vmarcosp vmarcosp converted this from a draft issue Jul 7, 2024
@vmarcosp vmarcosp changed the title Provide presets (pre-built configurations with widgets) feat: Presets (pre-built configurations with widgets) Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant