Skip to content

Commit

Permalink
fix(readme): fix the version number, and fix escaping in the custom s…
Browse files Browse the repository at this point in the history
…tatus line module docs (catppuccin#357)
  • Loading branch information
kjnsn authored Oct 5, 2024
1 parent acff2d5 commit db466f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ git clone https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppucc

<!-- x-release-please-start-version -->
```bash
set -g @plugin 'catppuccin/tmux#1.0.0' # See https://github.com/catppuccin/tmux/tags for additional tags
set -g @plugin 'catppuccin/tmux#v1.0.0' # See https://github.com/catppuccin/tmux/tags for additional tags
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
```
Expand Down
4 changes: 2 additions & 2 deletions custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_pink}"
set -ogq "@catppuccin_${MODULE_NAME}_text" "#{pane_current_command}"

source -F "<path to catppuccin plugin>/utils/status_module.conf"
source "<path to catppuccin plugin>/utils/status_module.conf"

set -gF status-right "#{E:@catpuccin_status_application}#{E:@catppuccin_status_my_custom_module}"
set -g status-right "#{E:@catpuccin_status_application}#{E:@catppuccin_status_my_custom_module}"
```

0 comments on commit db466f8

Please sign in to comment.