Skip to content

Commit

Permalink
Revert "make status_justify configurable (catppuccin#145)"
Browse files Browse the repository at this point in the history
This reverts commit 843946e.
  • Loading branch information
Andreasgdp committed Mar 19, 2024
1 parent cb9863d commit b1eac63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,6 @@ Values:
- icon - only the icon of the module will have color
- all - the entire module will have the same color

#### Set the status module justify value:
```sh
set -g @catppuccin_status_justify "left"
```
Values:
- left
- centre - puts the window list in the relative centre of the available free space
- right
- absolute-centre - uses the centre of the entire horizontal space

### Pane

```sh
Expand Down
4 changes: 1 addition & 3 deletions catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,9 @@ main() {

# status
local status_default=$(get_tmux_option "@catppuccin_status_default" "on")
local status_justify=$(get_tmux_option "@catppuccin_status_justify" "left")

set status "$status_default"
set status-justify "$status_justify"
set status-bg "${thm_bg}"
set status-justify "left"
set status-left-length "100"
set status-right-length "100"

Expand Down

0 comments on commit b1eac63

Please sign in to comment.