Skip to content

A clean and quiet tmux status line theme, designed for personal use.

License

Notifications You must be signed in to change notification settings

lljbash/tmux-shadowline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-shadowline

A clean and quiet tmux status line theme, designed for personal use.

Overview

tmux-shadowline is a custom status bar theme for tmux, featuring muted grays, soft contrast, and subtle color highlights. It’s meant to stay out of your way while still providing enough visual cues for active windows, status updates, and plugin info.

I built this for myself — tuned carefully to my habits and screen — but if you're interested in using it, feel free. I might expose some options if there's demand. Otherwise, it stays opinionated and minimal.

Screenshot

Make sure you have a Nerd Font installed for proper icons.

image

Installation

You can add this as a plugin via TPM.

# run the script manually if you run TPM in background
# otherwise the status bar will flash on startup
run 'bash -c "[[ -x ~/.tmux/plugins/tmux-shadowline/shadowline.tmux ]] && ~/.tmux/plugins/tmux-shadowline/shadowline.tmux"'

set -g @plugin 'yourname/tmux-shadowline'
# and other plugins...

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

Or clone and run directly:

git clone https://github.com/yourname/tmux-shadowline ~/.tmux-shadowline
echo 'run ~/.tmux-shadowline/shadowline.tmux' >> ~/.tmux.conf

Customization

Not really customizable at the moment — unless you edit the file. I might add toggles or variables for colors/layouts if others actually use it.

About

A clean and quiet tmux status line theme, designed for personal use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages