catppuccin / tmux

💽 Soothing pastel theme for Tmux!
MIT License
1.72k stars 526 forks source link

Getting this to work in alacritty terminal under archlinux... #166

Closed mrgreen3 closed 5 months ago

mrgreen3 commented 5 months ago

Have got TPM installed and it runs, added line to run catppuccin from .tmux.conf but I only get a white bar with coloured blocks. Am assuming I need to load a nerd font.

Would very much like a dark theme as I have seen this in screenshots and it looks beautiful.

My .tmux.conf is as follows

`` unbind r bind r source-file /home/mrgreen/.tmux.conf

set -g prefix C-s

set -g mouse on

set-option -g status-position top

set -g @plugin 'catppuccin/tmux' set -g @plugin 'tmux-plugins/tpm'

run '~/.tmux/plugins/tpm/tpm'

``

vdbe commented 5 months ago

Yes you need a nerd font, with the config provided it should look something like this image

mrgreen3 commented 5 months ago

Yes please ;-)...... beautiful

vdbe commented 5 months ago

Does it work with nerd fonts? If not can you provide a screenshot?

mrgreen3 commented 5 months ago

It kind of does but does not look like yours at all, know I have awesome fonts loaded [for i3blocks]

2024-03-17-105844_1920x1080_scrot

mrgreen3 commented 5 months ago

Right so I have a path issue, reloading config tmux is looking in .tmux.conf rather than ~/.config/tmux/tmux.conf...

mrgreen3 commented 5 months ago

Ok so I have now got paths correct and working, oading plugins works...do need to figure font package and configuration but I now have this...

2024-03-17-111244_1920x1080_scrot

vdbe commented 5 months ago

You still need a nerd font

mrgreen3 commented 5 months ago

2024-03-17-112325_1920x1080_scrot

Getting there...

vdbe commented 5 months ago

That is 100% correct (my screenshot still had some @catppuccin_ options set)

mrgreen3 commented 5 months ago

Was following this:

https://www.youtube.com/watch?v=jaI3Hcw-ZaA

Thank you for your help, off to configure alacritty now ;-)