From 401701d4f124f760a7c787a8b5e2de58a38c440f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 13 May 2023 17:16:30 -0400 Subject: [PATCH] . --- .tmux/plugins/tmux-powerline | 2 +- htop/htoprc | 39 +++++++++++++++++++++++++++++++++ tmux-powerline/themes/tablet.sh | 18 +++++++-------- tmux/tmux.conf | 2 +- 4 files changed, 50 insertions(+), 11 deletions(-) create mode 100644 htop/htoprc diff --git a/.tmux/plugins/tmux-powerline b/.tmux/plugins/tmux-powerline index b625152..e3b9227 160000 --- a/.tmux/plugins/tmux-powerline +++ b/.tmux/plugins/tmux-powerline @@ -1 +1 @@ -Subproject commit b6251522e48284bc57bf4ed1fff270491f0b3bdc +Subproject commit e3b9227c47d3a2a94a4f6bbe2ff604c4c3947d04 diff --git a/htop/htoprc b/htop/htoprc new file mode 100644 index 0000000..03142b4 --- /dev/null +++ b/htop/htoprc @@ -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 diff --git a/tmux-powerline/themes/tablet.sh b/tmux-powerline/themes/tablet.sh index ad5bbac..b861f9a 100644 --- a/tmux-powerline/themes/tablet.sh +++ b/tmux-powerline/themes/tablet.sh @@ -26,13 +26,13 @@ TMUX_POWERLINE_DEFAULT_RIGHTSIDE_SEPARATOR=${TMUX_POWERLINE_DEFAULT_RIGHTSIDE_SE if [ -z $TMUX_POWERLINE_WINDOW_STATUS_CURRENT ]; then TMUX_POWERLINE_WINDOW_STATUS_CURRENT=( - "#[$(format inverse)]" \ - "$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR" \ - " #I#F " \ - "$TMUX_POWERLINE_SEPARATOR_RIGHT_THIN" \ - " #W " \ - "#[$(format regular)]" \ - "$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR" + # "#[$(format inverse)]" \ + # "$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR" \ + # " #I#F " \ + # "$TMUX_POWERLINE_SEPARATOR_RIGHT_THIN" \ + # " #W " \ + # "#[$(format regular)]" \ + # "$TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR" ) fi @@ -83,9 +83,9 @@ if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then # "ifstat 30 255" \ #"ifstat_sys 30 255" \ - "cpu 30 255" \ + "cpu #cb00f3 0" \ # "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}" \ "now_playing #00e7e3 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} #00e7e3 #333333 default" \ #"lan_ip #affffe 235 ${TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD} '#000000' '#000000'" \ diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 789ecfa..e340378 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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/tmux-sensible' set -g @plugin 'erikw/tmux-powerline' -set -g @plugin 'thewtex/tmux-mem-cpu-load' +# set -g @plugin 'thewtex/tmux-mem-cpu-load' # Other examples: # set -g @plugin 'github_username/plugin_name'