From 08b0c00bd690b8b91a309b363d3f6b63ba0508af Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 8 Jul 2025 18:12:10 -0400 Subject: [PATCH] AutoYADM commit: 2025-07-08 18:12:09 --- .config/btop/btop.conf | 4 ++-- .config/fish/functions/yy.fish | 4 ++++ .config/kak/kakrc | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .config/fish/functions/yy.fish diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 9e0ee914..fd203d66 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.3 +#? Config file for btop v. 1.4.4 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -150,7 +150,7 @@ background_update = True custom_cpu_name = "" #* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". -#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". +#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user" disks_filter = "" #* Show graphs instead of meters for memory values. diff --git a/.config/fish/functions/yy.fish b/.config/fish/functions/yy.fish new file mode 100644 index 00000000..35945cf1 --- /dev/null +++ b/.config/fish/functions/yy.fish @@ -0,0 +1,4 @@ +function yy --wraps=yazi --description 'alias yy=yazi' + yazi $argv + +end diff --git a/.config/kak/kakrc b/.config/kak/kakrc index cd83a836..bfd3af25 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -17,6 +17,12 @@ require-module ui-mode require-module colemak require-module clipboard +try %{ + colorscheme ashen +} catch %{ + colorscheme ashen-local +} + try %{ %opt{on_server} set-option global clipboard_copy_cmd %