Skip to content

Minimalistic tab bar plugin for Zellij, made easily customizable!

License

Notifications You must be signed in to change notification settings

evgenymng/zellij-compact-bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zellij Compact Bar

Minimalistic tab bar plugin for zellij.

This project is a fork of github.com/tarkah/zellij-bare-bar.

Screenshots

Plugin Settings

  • active_color — color of the text of an active tab segment;
  • inactive_color — color of the text of an inactive tab segment;
  • locked_color — color of the prefix
  • text_background_color — background color of a tab segment;
  • background_color — background color of the rest of the plugin's pane;
  • dot — dot character to use in the prefix (reflects mode) (for example, "•");
  • dot_locked_color — dot color in the locked mode;
  • dot_normal_color — dot color in the normal mode;
  • dot_action_color — dot color in other modes (when an action is being performed).

Complete Configuration Example

layout {
    pane size=1 borderless=true {
        plugin location="file:$HOME/.config/zellij/plugins/compact-bar.wasm" {
            inactive_color "#505050"
            text_background_color "#1e1e1e"
            background_color "#1e1e1e"
            dot "•"
            dot_locked_color "#404040"
            dot_normal_color "#70a040"
            dot_action_color "#ffb070"
        }
    }
    pane
    pane size=1 borderless=true {
        plugin location="status-bar"
    }
}

About

Minimalistic tab bar plugin for Zellij, made easily customizable!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%