-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
improvementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I am using the output of gitmux and the date like so:
set -g status-right '#(gitmux -cfg $HOME/.gitmux.conf "#{pane_current_path}") %d.%m.%Y %H:%M:%S'
The problem is, that the last item in the gitmux outputs sets some color which will then be used for the date. So sometimes I have a green date, sometimes a magenta one etc.
My current solution is this custom layout in .gitmux.conf
:
layout: [branch, remote-branch, divergence, " - ", flags, "#[fg=default]"]
Describe the solution you'd like
A style called "reset" or something like that should be added and maybe included in the default layout.
Metadata
Metadata
Assignees
Labels
improvementNew feature or requestNew feature or request