From a0801d2f42e4a4746c9f9880d73c600531b4c6de Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Wed, 7 Dec 2022 16:59:37 -0500 Subject: [PATCH] more kitty & neofetch config --- htop/config/htoprc | 2 +- kitty/config/kitty.conf | 62 ++++++++++++++++++++++++++++--------- neofetch/config/config.conf | 5 ++- 3 files changed, 52 insertions(+), 17 deletions(-) diff --git a/htop/config/htoprc b/htop/config/htoprc index 525198f..658096c 100644 --- a/htop/config/htoprc +++ b/htop/config/htoprc @@ -25,7 +25,7 @@ show_cpu_usage=1 show_cpu_frequency=0 update_process_names=0 account_guest_in_cpu_meter=0 -color_scheme=3 +color_scheme=6 enable_mouse=1 delay=15 hide_function_bar=0 diff --git a/kitty/config/kitty.conf b/kitty/config/kitty.conf index 16c799e..3cd3d88 100644 --- a/kitty/config/kitty.conf +++ b/kitty/config/kitty.conf @@ -2,25 +2,58 @@ # ------------------ Generic Settings ------------------- # ------------------------------------------------------- -font_family MesloLGM Nerd Font Mono -font_size 20.0 -hide_window_decorations yes -shell /Users/evanreichard/.nix-profile/bin/bash --login -tab_bar_style powerline +font_family MesloLGM Nerd Font Mono +font_size 18.0 +hide_window_decorations yes +shell /Users/evanreichard/.nix-profile/bin/bash --login +tab_bar_style powerline # ------------------------------------------------------- # ----------------------- Hotkeys ----------------------- # ------------------------------------------------------- -map cmd+1 goto_tab 1 -map cmd+2 goto_tab 2 -map cmd+3 goto_tab 3 -map cmd+4 goto_tab 4 -map cmd+5 goto_tab 5 -map cmd+6 goto_tab 6 -map cmd+7 goto_tab 7 -map cmd+8 goto_tab 8 -map cmd+9 goto_tab 9 +# Tab Switching +map cmd+, set_tab_title +map cmd+0 goto_tab 10 +map cmd+1 goto_tab 1 +map cmd+2 goto_tab 2 +map cmd+3 goto_tab 3 +map cmd+4 goto_tab 4 +map cmd+5 goto_tab 5 +map cmd+6 goto_tab 6 +map cmd+7 goto_tab 7 +map cmd+8 goto_tab 8 +map cmd+9 goto_tab 9 + +# Window Switching +map alt+0 tenth_window +map alt+1 first_window +map alt+2 second_window +map alt+3 third_window +map alt+4 fourth_window +map alt+5 fifth_window +map alt+6 sixth_window +map alt+7 seventh_window +map alt+8 eighth_window +map alt+9 ninth_window +map shift+enter new_window_with_cwd + +# Layout Specific Shortcuts +map alt+f toggle_layout stack +map alt+s toggle_layout horizontal +map alt+v toggle_layout vertical + +# Active Window Relative Movement +map shift+down move_window down +map shift+left move_window left +map shift+right move_window right +map shift+up move_window up + +# Focus Window Relative +map alt+down neighboring_window down +map alt+left neighboring_window left +map alt+right neighboring_window right +map alt+up neighboring_window up # ------------------------------------------------------- # ------------------ Nord Color Scheme ------------------ @@ -64,4 +97,3 @@ color14 #8FBCBB # White color7 #E5E9F0 color15 #ECEFF4 -43 lines yanked diff --git a/neofetch/config/config.conf b/neofetch/config/config.conf index 19deeda..a7d7bfd 100644 --- a/neofetch/config/config.conf +++ b/neofetch/config/config.conf @@ -10,9 +10,12 @@ print_info() { info " " distro info " " kernel info " " term - info " " term_font info " " packages prin "" + prin "Network Information" + info " " public_ip + info " " local_ip + prin "" prin "\n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}" }