Skip to content

Instantly share code, notes, and snippets.

View alazhar's full-sized avatar
🎯
Focusing

Al Azhar alazhar

🎯
Focusing
View GitHub Profile
@alazhar
alazhar / .tmux.conf
Last active December 21, 2023 01:06 — forked from devhero/byobu_cheatsheet
byobu
set -g default-terminal "screen-256color"
# window status
set-window-option -g window-status-style fg='#bd93f9',bg=default
set-window-option -g window-status-current-style fg='#ff79c6',bg='#282a36'
set -g window-status-current-format "#[fg=#44475a]#[bg=#bd93f9]#[fg=#f8f8f2]#[bg=#bd93f9]#I #W #[fg=#bd93f9]#[bg=#44475a]"
set -g window-status-format "#[fg=#f8f8f2]#[bg=#44475a]#I #W #[fg=#44475a]"
set -g window-status-separator ''