Hostname still appears even when all Catppuccin features are turned off #486
Unanswered
pythoncarpenter
asked this question in
Help
Replies: 2 comments 3 replies
-
Is this a problem with Tmux-sensible, a non-capability or am I just doing it wrong ? (could be a bug, but I've learned to give projects the benefit of the doubt :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's the window list. Everything is working exactly correctly. For basics on tmux please read https://github.com/tmux/tmux/wiki/Getting-Started If you want to disable everything that the plugin does, then just don't use it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve encountered an issue with the Catppuccin tmux plugin (v2.1.2) where I’m trying to disable all status modules, yet the hostname still shows on the left-hand side of the tmux status bar.
What I’m trying to do:
I want to completely turn off Catppuccin’s status modules so that nothing (including the hostname) appears in the status bar. My goal is to establish if there is a bug and if not determine where my installation process went wrong.
You can see below where I've turned everything off by commenting out--yet the hostname (long) still persists. IMO I find the hostname distracting and although I've become aware that you can shorten one's hostname, I would prefer to eliminate it and keep JUST status application on the left. Seems that status-application comes baked in with hostname. Correct me if I'm wrong--assuming there's something else going on.
My Configuration:
unbind r
bind r source-file ~/.tmux.conf ; display-message "Config reloaded!"
set -g prefix C-Space
bind C-Space send-prefix
set -g mouse on
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux#v2.1.2'
set -g default-terminal "tmux-256color"
set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "rounded"
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
#set -g status-left "#{E:@catppuccin_status_application}"
set -g status-right ""
#set -ag status-right "#{E:@catppuccin_status_session}"
#set -ag status-right "#{E:@catppuccin_status_uptime}"
run '~/.tmux/plugins/tpm/tpm'
Steps to reproduce
tmux source-file ~/.tmux.conf
Environment Details:
Has anyone else experienced this bug or found a workaround to completely disable the hostname (and all Catppuccin features)? Any insights or suggestions would be greatly appreciated!
Thanks in advance for your help.
PS tutorials haven't been updated in a while.
Beta Was this translation helpful? Give feedback.
All reactions