Merge pull request #148 from connordeckers/main
feat(config): allow status bar to be disabled by default
This commit is contained in:
@@ -322,7 +322,8 @@ main() {
|
||||
local modules_pane_path=$PLUGIN_DIR/pane
|
||||
|
||||
# status
|
||||
set status "on"
|
||||
local status_default=$(get_tmux_option "@catppuccin_status_default" "on")
|
||||
set status "$status_default"
|
||||
set status-bg "${thm_bg}"
|
||||
set status-justify "left"
|
||||
set status-left-length "100"
|
||||
|
||||
Reference in New Issue
Block a user