-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
Add ability to have 2 status lines #220
Comments
See #192 |
Thanks! I was able to get the line to show up. How would I go about putting some of my items in the lower line? |
I am guessing catppuccin itself will only use 1 line |
Ahh, ok. Well, that's why I'm asking for a feature, to have catppuccin use 2 lines |
Yeah, was just looking for a way to have Catppuccin on one line and another below it. It would be great to be able to format the |
The theme colors are available for formatting, so you can do things like Is there something specific you'd like to add to those status lines? We would love to see what you create on #317 :) |
Is there an existing issue outlining your improvement?
What would you like to see added and/or changed?
I love the theme, but I would relish an easy way to set-option -g status 2 and place the themed content into the second status bar. For anyone who is wondering what I'm talking about, temporarily disable the cappuccin theme and set this, then reload tmux:
set-option -g status 2
set -g status-format[0] '#[align=left]Top left'
set -ag status-format[0] '#[align=centre]Top center'
set -ag status-format[0] '#[align=right]Top right'
set -g status-format[1] '#[align=left]Bottom left'
set -ag status-format[1] '#[align=centre]Bottom center'
set -ag status-format[1] '#[align=right]Bottom right'
If I could utilize those positions it would be incredible!
The text was updated successfully, but these errors were encountered: