.
This commit is contained in:
parent
e6cd79db66
commit
401701d4f1
@ -1 +1 @@
|
|||||||
Subproject commit b6251522e48284bc57bf4ed1fff270491f0b3bdc
|
Subproject commit e3b9227c47d3a2a94a4f6bbe2ff604c4c3947d04
|
39
htop/htoprc
Normal file
39
htop/htoprc
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
|
# The parser is also very primitive, and not human-friendly.
|
||||||
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
|
sort_key=46
|
||||||
|
sort_direction=-1
|
||||||
|
tree_sort_key=0
|
||||||
|
tree_sort_direction=1
|
||||||
|
hide_kernel_threads=1
|
||||||
|
hide_userland_threads=0
|
||||||
|
shadow_other_users=0
|
||||||
|
show_thread_names=0
|
||||||
|
show_program_path=1
|
||||||
|
highlight_base_name=0
|
||||||
|
highlight_megabytes=1
|
||||||
|
highlight_threads=1
|
||||||
|
highlight_changes=0
|
||||||
|
highlight_changes_delay_secs=5
|
||||||
|
find_comm_in_cmdline=1
|
||||||
|
strip_exe_from_cmdline=1
|
||||||
|
show_merged_command=0
|
||||||
|
tree_view=0
|
||||||
|
tree_view_always_by_pid=0
|
||||||
|
header_margin=1
|
||||||
|
detailed_cpu_time=0
|
||||||
|
cpu_count_from_one=0
|
||||||
|
show_cpu_usage=1
|
||||||
|
show_cpu_frequency=0
|
||||||
|
show_cpu_temperature=0
|
||||||
|
degree_fahrenheit=0
|
||||||
|
update_process_names=0
|
||||||
|
account_guest_in_cpu_meter=0
|
||||||
|
color_scheme=0
|
||||||
|
enable_mouse=1
|
||||||
|
delay=15
|
||||||
|
left_meters=LeftCPUs Memory Swap
|
||||||
|
left_meter_modes=1 1 1
|
||||||
|
right_meters=RightCPUs Tasks LoadAverage Uptime
|
||||||
|
right_meter_modes=1 2 2 2
|
||||||
|
hide_function_bar=0
|
@ -26,13 +26,13 @@ TMUX_POWERLINE_DEFAULT_RIGHTSIDE_SEPARATOR=${TMUX_POWERLINE_DEFAULT_RIGHTSIDE_SE
|
|||||||
|
|
||||||
if [ -z $TMUX_POWERLINE_WINDOW_STATUS_CURRENT ]; then
|
if [ -z $TMUX_POWERLINE_WINDOW_STATUS_CURRENT ]; then
|
||||||
TMUX_POWERLINE_WINDOW_STATUS_CURRENT=(
|
TMUX_POWERLINE_WINDOW_STATUS_CURRENT=(
|
||||||
"#[$(format inverse)]" \
|
# "#[$(format inverse)]" \
|
||||||
"$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR" \
|
# "$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR" \
|
||||||
" #I#F " \
|
# " #I#F " \
|
||||||
"$TMUX_POWERLINE_SEPARATOR_RIGHT_THIN" \
|
# "$TMUX_POWERLINE_SEPARATOR_RIGHT_THIN" \
|
||||||
" #W " \
|
# " #W " \
|
||||||
"#[$(format regular)]" \
|
# "#[$(format regular)]" \
|
||||||
"$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR"
|
# "$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR"
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -83,9 +83,9 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then
|
|||||||
|
|
||||||
# "ifstat 30 255" \
|
# "ifstat 30 255" \
|
||||||
#"ifstat_sys 30 255" \
|
#"ifstat_sys 30 255" \
|
||||||
"cpu 30 255" \
|
"cpu #cb00f3 0" \
|
||||||
# "battery #cb46ff 255" \
|
# "battery #cb46ff 255" \
|
||||||
"wan_ip #7d18ff 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \
|
"wan_ip #9318ff 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \
|
||||||
"pwd #1289FF 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \
|
"pwd #1289FF 255 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}" \
|
||||||
"now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \
|
"now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \
|
||||||
#"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \
|
#"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \
|
||||||
|
@ -37,7 +37,7 @@ set-environment -g TMUX_PLUGIN_MANAGER_PATH ~/.dotfiles/.tmux/plugins
|
|||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'erikw/tmux-powerline'
|
set -g @plugin 'erikw/tmux-powerline'
|
||||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
# set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||||
|
|
||||||
# Other examples:
|
# Other examples:
|
||||||
# set -g @plugin 'github_username/plugin_name'
|
# set -g @plugin 'github_username/plugin_name'
|
||||||
|
Loading…
Reference in New Issue
Block a user