Skip to content

joaofelipegalvao/omarchy-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omarchy Tmux

Tmux themes that automatically sync with Omarchy theme changes.

Demo

Watch how tmux automatically updates when switching Omarchy themes with Super + Ctrl + Shift + Space

Features

  • All 12 Omarchy themes supported
  • Automatic theme synchronization
  • Optional Nerd Font icons
  • TPM compatible
  • Auto-reload via systemd service

Quick Start

curl -fsSL https://raw.githubusercontent.com/joaofelipegalvao/omarchy-tmux/main/scripts/omarchy-tmux-install.sh | bash

Then inside tmux, press prefix + I (Ctrl+b Shift+i) to install plugins.

Security Tip: Always review scripts before running. See Installation Guide for manual installation.

Requirements

Documentation

Quick Configuration

Disable Icons

If you prefer a cleaner look without icons, you can disable them.

Edit ~/.config/omarchy/themes/[theme]/tmux.conf:

set -g @theme_no_patched_font '1'

Example without icons:

No icons preview

Manual Reload

tmux source-file ~/.config/tmux/tmux.conf

Uninstall

curl -fsSL https://raw.githubusercontent.com/joaofelipegalvao/omarchy-tmux/main/scripts/omarchy-tmux-uninstall.sh | bash

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Test thoroughly
  4. Submit a pull request

Acknowledgments

  • Thanks @dhh for Omarchy
  • TPM - Tmux Plugin Manager
  • Community theme creators

Note: This plugin does not modify Omarchy's core files (in ~/.local/share/omarchy). All configurations are stored in user-editable locations (~/.config).