Skip to content

Commit

Permalink
feat: add tab bar scrolling based on tab count
Browse files Browse the repository at this point in the history
fixes #67
  • Loading branch information
dj95 committed Jun 23, 2024
1 parent 6f876b5 commit 3541cfa
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 7 deletions.
3 changes: 3 additions & 0 deletions plugin-dev-workspace.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ layout {
tab_floating_indicator "F"
tab_sync_indicator "S"
tab_fullscreen_indicator "FS"
tab_display_count "3"
tab_truncate_start_format "#[fg=red,bg=#181825] < ..."
tab_truncate_end_format "#[fg=red,bg=#181825] ...>"

command_0_command "echo \"平仮名, ひらがな 📦\""
command_0_clickaction "bash -c \"zellij --session zjstatus-dev pipe 'zjstatus::notify::hello world!' -n zjstatus\""
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub mod command;
pub mod datetime;
pub mod mode;
pub mod notification;
pub mod swap_layout;
pub mod session;
pub mod swap_layout;
pub mod tabs;
pub mod widget;
Loading

0 comments on commit 3541cfa

Please sign in to comment.