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

Pomodoro module default color #453

Open
2 tasks done
sigthror opened this issue Dec 29, 2024 · 0 comments
Open
2 tasks done

Pomodoro module default color #453

sigthror opened this issue Dec 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sigthror
Copy link

I am not requesting help with my configuration and believe something is genuinely broken.

  • Something is really actually broken.

Is there an existing issue outlining your problem?

  • I have searched the existing issues and they do not solve my problem.

Describe your problem.

Pomodoro timer doesn't have color

Paste your configuration.

set -g @catppuccin_flavor "macchiato"
set -g @catppuccin_status_background "#{@thm_bg}"

set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_window_text ' #W'
set -g @catppuccin_window_current_text ' #T'
set -g @catppuccin_window_flags "icon"
set -g @catppuccin_window_current_text_color "#{@thm_surface_2}"
set -g @catppuccin_window_current_number_color "#{@thm_peach}"

set -g @catppuccin_pane_active_border_style "##{?pane_in_mode,fg=#{@thm_peach},##{?pane_synchronized,fg=#{@thm_peach},fg=#{@thm_peach}}}"

run '#{TMUX_PLUGIN_MANAGER_PATH}/tmux/catppuccin.tmux'

set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""


set -gF status-right "#{E:@catppuccin_status_pomodoro_plus}"

Attach screenshots.

image

What tmux version are you seeing the issue on?

tmux3.5a

Any additional comments?

set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_orange}"

I think the problem is that thm_orange is not configured and should be something like thm_peach

@sigthror sigthror added the bug Something isn't working label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant