We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4ea7e commit 4978537Copy full SHA for 4978537
scripts/monokai.sh
@@ -31,7 +31,7 @@ main()
31
show_synchronize_panes_label=$(get_tmux_option "@monokai-synchronize-panes-label" "Sync")
32
time_format=$(get_tmux_option "@monokai-time-format" "")
33
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")
+ IFS=' ' read -r -a plugins <<< $(get_tmux_option "@monokai-plugins" "network-ping cpu-usage ram-usage")
35
show_empty_plugins=$(get_tmux_option "@monokai-show-empty-plugins" true)
36
37
# Monokai Pro Color Pallette
0 commit comments