more kitty & neofetch config

This commit is contained in:
Evan Reichard 2022-12-07 16:59:37 -05:00
parent 4667124651
commit a0801d2f42
3 changed files with 52 additions and 17 deletions

View File

@ -25,7 +25,7 @@ show_cpu_usage=1
show_cpu_frequency=0 show_cpu_frequency=0
update_process_names=0 update_process_names=0
account_guest_in_cpu_meter=0 account_guest_in_cpu_meter=0
color_scheme=3 color_scheme=6
enable_mouse=1 enable_mouse=1
delay=15 delay=15
hide_function_bar=0 hide_function_bar=0

View File

@ -2,25 +2,58 @@
# ------------------ Generic Settings ------------------- # ------------------ Generic Settings -------------------
# ------------------------------------------------------- # -------------------------------------------------------
font_family MesloLGM Nerd Font Mono font_family MesloLGM Nerd Font Mono
font_size 20.0 font_size 18.0
hide_window_decorations yes hide_window_decorations yes
shell /Users/evanreichard/.nix-profile/bin/bash --login shell /Users/evanreichard/.nix-profile/bin/bash --login
tab_bar_style powerline tab_bar_style powerline
# ------------------------------------------------------- # -------------------------------------------------------
# ----------------------- Hotkeys ----------------------- # ----------------------- Hotkeys -----------------------
# ------------------------------------------------------- # -------------------------------------------------------
map cmd+1 goto_tab 1 # Tab Switching
map cmd+2 goto_tab 2 map cmd+, set_tab_title
map cmd+3 goto_tab 3 map cmd+0 goto_tab 10
map cmd+4 goto_tab 4 map cmd+1 goto_tab 1
map cmd+5 goto_tab 5 map cmd+2 goto_tab 2
map cmd+6 goto_tab 6 map cmd+3 goto_tab 3
map cmd+7 goto_tab 7 map cmd+4 goto_tab 4
map cmd+8 goto_tab 8 map cmd+5 goto_tab 5
map cmd+9 goto_tab 9 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 ------------------ # ------------------ Nord Color Scheme ------------------
@ -64,4 +97,3 @@ color14 #8FBCBB
# White # White
color7 #E5E9F0 color7 #E5E9F0
color15 #ECEFF4 color15 #ECEFF4
43 lines yanked

View File

@ -10,9 +10,12 @@ print_info() {
info " " distro info " " distro
info " " kernel info " " kernel
info " " term info " " term
info " " term_font
info " " packages info " " packages
prin "" 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}" 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}"
} }