Skip to content

Commit 4978537

Browse files
committed
revert to previous defaults for list of plugins
1 parent 1b4ea7e commit 4978537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/monokai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ main()
3131
show_synchronize_panes_label=$(get_tmux_option "@monokai-synchronize-panes-label" "Sync")
3232
time_format=$(get_tmux_option "@monokai-time-format" "")
3333
show_ssh_session_port=$(get_tmux_option "@monokai-show-ssh-session-port" false)
34-
IFS=' ' read -r -a plugins <<< $(get_tmux_option "@monokai-plugins" "battery network weather")
34+
IFS=' ' read -r -a plugins <<< $(get_tmux_option "@monokai-plugins" "network-ping cpu-usage ram-usage")
3535
show_empty_plugins=$(get_tmux_option "@monokai-show-empty-plugins" true)
3636

3737
# Monokai Pro Color Pallette

0 commit comments

Comments
 (0)